@charset "utf-8";

/* 최훈식 인사말 */
.greetingWrap {width: 100%;}
.greetingWrap .topBox {width: 100%; line-height: 1.5; position: relative; margin-bottom: 60px; padding: 45px 0 0 50px; box-sizing: border-box; word-break: keep-all;}
.greetingWrap .topBox {font-family: 'GmarketSans'; letter-spacing: -0.02em; font-weight:300;}
.greetingWrap .topBox .tit {font-size: 46px; margin-bottom: 20px;}
.greetingWrap .topBox .tit span, .greetingWrap .topBox .txt span {font-weight:600;}
.greetingWrap .topBox .tit .blue1 {color: #107caa;}
.greetingWrap .topBox .tit .blue2 {color: #2b458f;}
.greetingWrap .topBox .txt {font-size: 24px;}
.greetingWrap .topBox .txt span {color: #000000;}

.greetingWrap .imgBox {position: absolute; top: 0; right: 50px;}
.greetingWrap .imgBox img {width: 100%;}

.greetingWrap .textBox {background-image: url('/images/Gunsu/images/02/gunsuBg.png'); background-repeat: no-repeat; background-color: #f6f6fd; padding: 40px 60px; box-sizing: border-box; border-radius: 5px; word-break: keep-all;}
.greetingWrap .textBox p {font-family: 'NotoKrL'; color: #000000; font-size: 15px;}
.greetingWrap .textBox p span {font-family: 'NotoKrB'; color: #4e31aa;}

@media screen and (max-width: 1400px) {
    .greetingWrap .topBox {padding-left: 30px; line-height: 1.3;}
    .greetingWrap .topBox .tit {font-size: 40px;}
    .greetingWrap .topBox .txt {font-size: 20px;}
    .greetingWrap .imgBox {right: 0; text-align: right;}
    .greetingWrap .imgBox img {width: 80%;}
}

@media screen and (max-width: 1200px) {
    .greetingWrap .topBox {padding-left: 20px; margin-bottom: 25px;}
    .greetingWrap .topBox .tit {font-size: 35px;}
    .greetingWrap .topBox .txt {font-size: 18px;}
    .greetingWrap .imgBox img {width: 70%;}
    .greetingWrap .textBox {padding: 30px;}
}

@media screen and (max-width: 780px) {
    .greetingWrap .topBox {margin-bottom: 15px;}
    .greetingWrap .topBox .tit {font-size: 30px;}
    .greetingWrap .imgBox img {width: 60%;}
}

@media screen and (max-width: 680px) {
    .greetingWrap .imgBox {display: none;}
    .greetingWrap .textBox {background-image: none;}
    .greetingWrap .topBox {padding-top: 0;}
    .greetingWrap .textBox {padding: 20px;}
}

@media screen and (max-width: 480px) {
    .greetingWrap .topBox {margin-bottom: 10px; padding-left: 10px;}
    .greetingWrap .topBox .tit {font-size: 24px; margin-bottom: 10px;}
    .greetingWrap .topBox .txt {font-size: 16px;}
    .greetingWrap .textBox {padding: 20px 15px;}
    .greetingWrap .textBox p {font-size: 14px;}
}

/* 최훈식 걸어온길 */
.gunsuRoadWrap {width: 100%; display: flex;}
.gunsuRoadWrap .imgBox {flex-shrink: 0; padding-left: 65px; box-sizing: border-box;}
.gunsuRoadWrap .imgBox img {width: 100%;}

.gunsuRoadWrap .textBox {width: 100%;}
.gunsuRoadWrap .textBox .top {padding: 60px 0 20px 0; border-bottom: 1px solid #e2e2e2; box-sizing: border-box;}
.gunsuRoadWrap .textBox .top .name {padding-left: 60px; box-sizing: border-box; font-family: 'GmarketSans'; font-size: 40px; color: #2b458f;font-weight:600;}
.gunsuRoadWrap .textBox .top .name span {font-size: 18px; color: #b4b4b4; margin-left: 20px;}

.gunsuRoadWrap .textBox .bottom {padding-left: 60px; box-sizing: border-box;  background: url('/images/Gunsu/images/02/gunsuRoadBg.png') center right no-repeat;}
.gunsuRoadWrap .textBox .bottom .listBox {padding-top: 30px; box-sizing: border-box;}
.gunsuRoadWrap .textBox .bottom .listBox .tit {width: max-content; color: #fff; background-color: #9775c5; font-family: 'GmarketSans'; padding: 10px 30px 5px 30px; box-sizing: border-box; border-radius: 20px; margin-bottom: 15px;font-size:17px;}
.gunsuRoadWrap .textBox .bottom .listBox list li {font-family: 'NotoKrL'; color: #000000; font-size: 15px; margin-bottom: 12px;}
.gunsuRoadWrap .textBox .bottom .listBox list li:last-child {margin-bottom: 0;}

@media screen and (max-width: 1400px) {
    .gunsuRoadWrap .imgBox {padding-left: 20px;}
}

@media screen and (max-width: 1200px) {
    .gunsuRoadWrap .imgBox {width: 50%; flex-shrink: 1;}
    .gunsuRoadWrap .textBox {width: 50%;}
    .gunsuRoadWrap .textBox .top .name, .gunsuRoadWrap .textBox .bottom {padding-left: 40px;}
    .gunsuRoadWrap .textBox .top .name {font-size: 35px;}
    .gunsuRoadWrap .textBox .top .name span {font-size: 16px;}
    .gunsuRoadWrap .textBox .bottom .listBox .tit {padding: 8px 20px 3px 20px;}
}

@media screen and (max-width: 1025px) {
    .gunsuRoadWrap .textBox .bottom {background: none;}
    .gunsuRoadWrap .imgBox {padding-left: 0;}
}

@media screen and (max-width: 680px) {
    .gunsuRoadWrap {flex-wrap: wrap;}
    .gunsuRoadWrap .imgBox {width: 100%; text-align: center;}
    .gunsuRoadWrap .imgBox img {width: auto;}
    .gunsuRoadWrap .textBox {width: 100%;}
}

@media screen and (max-width: 480px) {
    .gunsuRoadWrap .imgBox img {width: 300px;}
    .gunsuRoadWrap .textBox .top {padding-top: 30px;}
    .gunsuRoadWrap .textBox .top .name {font-size: 30px;}
    .gunsuRoadWrap .textBox .top .name, .gunsuRoadWrap .textBox .bottom {padding-left: 15px;}
    .gunsuRoadWrap .textBox .bottom .listBox {padding-top: 15px;}
    .gunsuRoadWrap .textBox .bottom .listBox .tit {padding: 5px 15px 0 15px; margin-bottom: 10px;}
}

/* 민선8기취임사 */
.speechWrap {width: 100%; padding-top: 40px; position: relative;}
.speechWrap::before {content: ''; z-index: -1; position: absolute; top: 0; left: 0; background: url('/images/Gunsu/images/02/speechBg.png') center no-repeat; background-size: cover; width: 100%; height: 924px; border-radius: 5px; overflow: hidden;}
.speechWrap .tit {font-family: 'GmarketSans'; font-size: 40px; color: #fff; position: relative; padding-top: 100px; width: max-content; margin: 0 auto 40px auto; word-break: keep-all; line-height: normal; font-weight:600;}
.speechWrap .tit::before {content: ''; width: 247px; height: 63px; position: absolute; top: 0; left: 50%; transform: translateX(-123.5px); background: url('/images/Gunsu/images/02/speechTit.png') no-repeat; background-size: 100%;}

.speechWrap .textBox {width: 95%; text-align: left; padding-left: 50px; padding-top: 45px; box-sizing: border-box; background-color: #ffffff; border-radius: 5px; position: relative; left: 5%; word-break: keep-all;}

.speechWrap .textBox .imgBox {position: absolute; top: 60px; right: 40px;}
.speechWrap .textBox .txt {font-family: 'NotoKrL'; font-size: 15px; color: #000000; margin-bottom: 50px;}
.speechWrap .textBox .txt>strong {font-family: 'NotoKrB'; font-size: 17px; color: #107caa;}
.speechWrap .textBox .name {text-align: right; font-family: 'NotoKrR'; color: #555555; font-size: 15px;}
.speechWrap .textBox .name .type01 {font-family: 'NanumMyeongjoB'; color: #000000; font-size: 20px; margin: 0 10px;}
.speechWrap .textBox .name>strong {font-family: 'NanumMyeongjoEB'; color: #000000; font-size: 30px;}

@media screen and (max-width: 1400px) {
    .speechWrap .textBox .imgBox {display: none;}
}

@media screen and (max-width: 680px) {
    .speechWrap {padding-top: 25px;}
    .speechWrap .textBox {width: 100%; left: 0; padding: 40px 30px;}
    .speechWrap .tit {font-size: 30px; padding-top: 70px; margin-bottom: 30px;}
    .speechWrap .tit::before {width: 180px; transform: translateX(-90px);}
    .speechWrap .textBox .name {font-size: 14px;}
    .speechWrap .textBox .name .type01 {font-size: 16px;}
    .speechWrap .textBox .name>strong {font-size: 24px;}
}

@media screen and (max-width: 480px) {
    .speechWrap .tit {width: 100%; padding-top: 60px; text-align: center; font-size: 24px; margin-bottom: 20px;}
    .speechWrap .tit::before {width: 150px; transform: translateX(-75px);}
    .speechWrap .textBox {padding: 25px 20px;}
    .speechWrap .textBox .txt {font-size: 14px;}
    .speechWrap .textBox .txt>strong  {font-size: 16px;}
    .speechWrap .textBox .name .type01 {margin: 0 5px;}
}

/* 군정비전및전략 */
.visionWrap {width: 100%; border: 1px dashed #dbdbdb; box-sizing: border-box; text-align: center; margin-bottom: 85px;}
.visionWrap .tit {font-family: 'GmarketSans'; color: #377dd4; font-size: 26px; position: relative; top: -10px; right: -60px; background-color: #fff; width: max-content; padding: 0 10px; box-sizing: border-box; font-weight:600; letter-spacing:-0.05em;}
.visionWrap .txt {padding: 60px 0; color: #302b2b; font-family: 'jalnan'; line-height: normal; display: inline-block; margin: 0 auto; letter-spacing: -0.06em;}
.visionWrap .txt .top {font-size: 45px; margin-bottom: 15px; position: relative; padding-right: 100px;}
.visionWrap .txt .top::after {content: ''; position: absolute; top: -25px; right: 0; background: url('/images/Gunsu/images/03/visionBg2.png') no-repeat; background-size: 100%; width: 94px; height: 26px;}
.visionWrap .txt .top .type1 {color: #107caa;}
.visionWrap .txt .bottom .type2 {color: #9775c5;}
.visionWrap .txt .bottom .type3 {color: #377dd4;}
.visionWrap .txt .bottom {font-size: 65px; position: relative; padding-left: 130px;}
.visionWrap .txt .bottom::before {content: ''; position: absolute; bottom: 0; left: 0; background: url('/images/Gunsu/images/03/visionBg1.png') no-repeat; background-size: 100%; width: 111px; height: 29px;}

.policyWrap {width: 100%; border: 1px dashed #dbdbdb; box-sizing: border-box;}
.policyWrap .tit {font-family: 'GmarketSans'; color: #377dd4; font-size: 26px; position: relative; top: -10px; right: -60px; background-color: #fff; width: max-content; padding: 0 10px; box-sizing: border-box;font-weight:600;}
.policyWrap .list {padding: 60px 70px; box-sizing: border-box; display: flex; text-align: center; gap: 2%;}
.policyWrap .list li {width: 18%; display: flex; flex-direction: column; align-items: center;}
.policyWrap .list li .imgBox {width: 115px; height: 115px; border-radius: 50%; background-color: #f6f6fd; background-repeat: no-repeat; background-position: center; margin-bottom: 15px;}
.policyWrap .list li .imgBox.type1 {background-image: url('/images/Gunsu/images/03/policy1.png');}
.policyWrap .list li .imgBox.type2 {background-image: url('/images/Gunsu/images/03/policy2.png');}
.policyWrap .list li .imgBox.type3 {background-image: url('/images/Gunsu/images/03/policy3.png');}
.policyWrap .list li .imgBox.type4 {background-image: url('/images/Gunsu/images/03/policy4.png');}
.policyWrap .list li .imgBox.type5 {background-image: url('/images/Gunsu/images/03/policy5.png');}
.policyWrap .list li .txt {font-family: 'GmarketSans'; font-size: 18px; color: #302b2b; line-height: 150%; letter-spacing: -0.05em;}
.policyWrap .list li .txt span {font-family: 'GmarketSans';font-weight:600;}

@media screen and (max-width: 1200px) {
    .visionWrap .txt {padding: 40px 0;}
    .visionWrap .txt .top {font-size: 35px;}
    .visionWrap .txt .bottom {font-size: 55px;}
    .policyWrap .list {padding: 40px 50px;}
    .policyWrap .list li .imgBox {width: 90px; height: 90px; background-size: 90%;}
    .policyWrap .list li .txt {font-size: 16px;}
}

@media screen and (max-width: 780px) {
    .policyWrap .list {padding: 40px 20px;}
}

@media screen and (max-width: 680px) {
    .visionWrap .tit, .policyWrap .tit {right: -20px; font-size: 22px;}
    .visionWrap .txt {padding: 20px 0;}
    .visionWrap .txt .top {font-size: 30px;}
    .visionWrap .txt .top::after {width: 70px; top: -15px; right: 20px;}
    .visionWrap .txt .bottom {font-size: 40px; padding-left: 100px;}
    .visionWrap .txt .bottom::before {width: 90px; left: 10px;}

    .policyWrap .list {padding: 25px 20px; flex-wrap: wrap; row-gap: 35px; justify-content: center;}
    .policyWrap .list li {width: 32%;}
    .policyWrap .list li .imgBox {width: 70px; height: 70px;}
    .policyWrap .list li .txt {font-size: 15px;}
}

@media screen and (max-width: 480px) {
    .visionWrap {margin-bottom: 50px;}
    .visionWrap .tit, .policyWrap .tit {padding-right: 25px;}
    .visionWrap .txt .top {font-size: 26px; padding-right: 60px;}
    .visionWrap .txt .top::after {width: 60px; top: -15px; right: -5px;}
    .visionWrap .txt .bottom {font-size: 32px; padding-left: 70px;}
    .visionWrap .txt .bottom::before {width: 70px; bottom: -6px; left: 0;}
    .policyWrap .list {row-gap: 20px; padding: 20px;}
    .policyWrap .list li {width: 48%;}
    .policyWrap .list li .imgBox {width: 60px; height: 60px; margin-bottom: 10px;}
}

/* 매니페스토 */
.manifestoWrap {width: 100%; background-color: #e6ecf8; position: relative; border-radius: 10px; word-break: keep-all; position: relative; margin-bottom: 85px;}
.manifestoWrap::before {content: ''; background: url('/images/Gunsu/images/03/manifestoBg.png') no-repeat; position: absolute; top: 0; right: 0; width: 253px; height: 247px;}
.manifestoWrap .topBox {padding: 60px 0 0 50px; box-sizing: border-box; margin-bottom: 45px;}
.manifestoWrap .topBox .tit {font-family: 'jalnan'; font-size: 34px; color: #377dd4; margin-bottom: 35px; text-shadow: 2px 2px 0px #fff;}
.manifestoWrap .topBox .txt {font-family: 'GmarketSans'; font-size: 16px; color: #000000; line-height: 170%;}
/*.manifestoWrap .topBox .txt span {font-family: 'GmarketSansTTFMedium';}*/

.manifestoWrap .bottomBox {width: 95%; position: relative; z-index: 1; background-color: #fff; padding: 30px 80px 30px 45px; box-sizing: border-box; border-radius: 10px; border-top-left-radius: 0;}
.manifestoWrap .bottomBox .txt {font-family: 'NotoKrR'; color: #555555; margin-bottom: 35px;}

.manifestolist {width: 100%; position: relative; padding-top: 60px;}
.manifestolist::before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: url('/images/Gunsu/images/03/manifestolistBg.png') no-repeat;}
.manifestolist li {width: 100%; display: flex; align-items: center; margin-bottom: 75px;}
.manifestolist li:last-child {margin-bottom: 0;}
.manifestolist li .imgBox {width: 115px; height: 115px; background-color: #f6f6fd; background-repeat: no-repeat; background-position: center; background-size: 100%; flex-shrink: 0; border-radius: 50%; margin-right: 20px;}
.manifestolist li .imgBox.type1 {background-image: url('/images/Gunsu/images/03/manifesto1.png');}
.manifestolist li .imgBox.type2 {background-image: url('/images/Gunsu/images/03/manifesto2.png');}
.manifestolist li .imgBox.type3 {background-image: url('/images/Gunsu/images/03/manifesto3.png');}
.manifestolist li .textBox .tit {font-family: 'GmarketSans'; font-size: 22px; color: #000000; margin-bottom: 25px;}
.manifestolist li .textBox .txt {font-family: 'NotoKrR'; font-size: 15px; color: #555555;}

@media screen and (max-width: 1400px) {
    .manifestoWrap::before {display: none;}
}

@media screen and (max-width: 1025px) {
    .manifestoWrap {margin-bottom: 60px;}
    .manifestoWrap .topBox {padding-top: 40px; margin-bottom: 20px;}
    .manifestoWrap .topBox .tit {font-size: 32px; margin-bottom: 25px;}
    .manifestoWrap .topBox .txt {font-size: 15px;}
    .manifestolist li {margin-bottom: 50px;}
    .manifestolist li .imgBox {width: 100px; height: 100px;}
    .manifestolist li .textBox .tit {font-size: 20px; margin-bottom: 15px;}
}

@media screen and (max-width: 680px) {
    .manifestoWrap {margin-bottom: 35px;}
    .manifestoWrap .topBox {margin-bottom: 10px; padding-left: 25px;}
    .manifestoWrap .topBox .tit {font-size: 30px;}
    .manifestoWrap .bottomBox {padding: 25px;}
    .manifestolist {padding-top: 45px;}
    .manifestolist li {padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #b2b2b2;}
    .manifestolist li .imgBox {display: none;}
}

@media screen and (max-width: 480px) {
    .manifestoWrap  {margin-bottom: 30px;}
    .manifestoWrap .topBox {padding: 30px 20px 0 20px;}
    .manifestoWrap .topBox .tit {font-size: 26px; margin-bottom: 15px;}
    .manifestoWrap .bottomBox .txt {margin-bottom: 25px;}
    .manifestoWrap .bottomBox {padding: 20px;}
    .manifestolist {padding-top: 35px;}
    .manifestolist li .textBox .tit {font-size: 18px;}
    .manifestolist li .textBox .txt {font-size: 14px;}
}

/* 군민배심원단운영 */
.baesimList {width: 100%; /*margin-top: 80px;*/}
.baesimList>li {width: 95%; display: flex; margin-bottom: 30px; margin-left: 60px; border: 1px dashed #d9d9d9; padding: 40px 0; box-sizing: border-box; border-radius: 10px;}
.baesimList>li:last-child {margin-bottom: 0;}
.baesimList>li.imgNone{margin-left:0; width:100%;}
.baesimList>li .imgBox { margin-left: -60px; border-radius: 10px; overflow: hidden; flex-shrink: 0; width: 40%; height: auto; object-fit: cover;}
.baesimList>li .imgBox img {width: 100%; border-radius: 10px; height: auto;}
.baesimList>li .txtBox {margin-left: 40px; word-break: keep-all;}
.baesimList>li .txtBox .tit {font-family: 'GmarketSans'; font-size: 22px; color: #377dd4; margin-bottom: 20px; font-weight:600; letter-spacing:-0.05em;}
.baesimList>li .txtBox .tit span {font-family: 'GmarketSansTTFMedium'; font-size: 15px; color: #000000;}

.juror {margin-left: 365px;}

@media screen and (max-width: 1400px) {
    .baesimList>li {margin-left: 50px;}
    .baesimList>li .imgBox {margin-left: -50px;}
}

@media screen and (max-width: 1025px) {
    .baesimList>li {margin-bottom: 80px}
    .baesimList>li .imgBox {margin-top: -60px;}
    .baesimList>li .imgBox img {width: auto;}
    .baesimList>li .txtBox {margin-left: 25px;}
    .juror {margin-left: 325px;}
}

@media screen and (max-width: 780px) {
    .baesimList {margin-top: 80px;}
    .baesimList>li {flex-wrap: wrap; margin-left: 0px; width: 100%; margin-bottom: 80px;}
    .baesimList>li .imgBox {margin: -90px auto 30px auto;}
    .baesimList>li .txtBox {padding: 0 50px; box-sizing: border-box;}
    .juror {margin-left: 0px;}
}

@media screen and (max-width: 680px) {
    .baesimList>li .txtBox .tit {font-size: 20px; margin-bottom: 15px;}
}

@media screen and (max-width: 480px) {
    .baesimList>li {padding-bottom: 30px;}
    .baesimList>li .imgBox {width: 100%; text-align: center; min-width: 100%;}
    .baesimList>li .imgBox img {width: 100%;}
    .baesimList>li .txtBox {padding: 0 20px; margin-left: 0;}
}

/* 공약사업실천계획 */
.planWrap {width: 100%;}
.planWrap li {width: 100%; display: flex; font-family: 'GmarketSans'; margin-bottom: 20px; border-radius:30px;}

.planWrap li.type1{background:#e9ddf9;}
.planWrap li.type2{background:#d9e4f8;}
.planWrap li.type3{background:#dcf4e6;}

.planWrap li .leftCon {width: 50%; padding: 15px 0 10px 0; border-radius: 30px; box-sizing: border-box; color: #fff; font-size: 18px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2) inset, 5px 5px 2px rgba(0, 0, 0, 0.1);}
.planWrap li .leftCon .tit {padding-left: 220px; box-sizing: border-box;}
.planWrap li .leftCon .tit p {position: relative; padding-left: 45px;}
.planWrap li .leftCon .tit p::before {content: ''; width: 27px; height: 24px; position: absolute; top: -2px; left: 0; background: url('/images/Gunsu/images/03/planIcon.png') no-repeat;}
.planWrap li.type1 .leftCon {width: 50%; background-color: #9775c5;}
.planWrap li.type2 .leftCon {width: 60%; background-color: #607dba;}
.planWrap li.type3 .leftCon {width: 70%; background-color: #4fb87c;}
.planWrap li .leftCon span {font-size: 24px;font-weight:600;}

.planWrap li .rightCon {width: 50%; padding: 15px 0; box-sizing: border-box; color: #464646; font-size: 16px;}
.planWrap li .rightCon span {font-size: 18px;}

.planWrap li.type1 .rightCon {width: 50%;}
.planWrap li.type2 .rightCon {width: 40%;}
.planWrap li.type3 .rightCon {width: 30%;}
.planWrap li.type1 .rightCon span {color: #9775c5;font-weight:600;}
.planWrap li.type2 .rightCon span {color: #607dba;font-weight:600;}
.planWrap li.type3 .rightCon span {color: #4fb87c;font-weight:600;}
.planWrap li .rightCon {position: relative; padding-left: 30px; box-sizing: border-box;}
.planWrap li .rightCon::before {position: absolute; z-index: -1; bottom: 0; left: -20px; content: ''; width: 100%; height: 8px; background-color: rgba(0, 0, 0, 0.055);}

.promisePlan_wrap .planBtn {display: flex; justify-content: space-between; align-items: center;}
.promisePlan_wrap .planBtn a {margin-bottom: 0; margin-right: 0;}

@media screen and (max-width: 1200px) {
    .planWrap li .leftCon .tit {padding-left: 150px;}
    .planWrap li .leftCon {font-size: 16px;}
    .planWrap li .leftCon span {font-size: 20px;}
    .planWrap li.type1 .rightCon {font-size: 15px;}
}

@media screen and (max-width: 680px) {
    .planWrap li .leftCon .tit {padding-left: 80px;}
}

@media screen and (max-width: 480px) {
    .planWrap li .leftCon, .planWrap li.type1 .rightCon {font-size: 15px;}
    .planWrap li .leftCon .tit {padding-left: 15px;}
    .planWrap li .leftCon .tit p {padding-left: 35px;}
    .planWrap li .rightCon {padding-left: 8px;}
    .planWrap li .leftCon span, .planWrap li .rightCon span {font-size: 18px;}
}

/* 연차별 추진일정 */
.colorWrap {width: 100%; border: 1px dashed #c7c7c7; box-sizing: border-box; margin-bottom: 50px;}
.colorWrap .list {width: 100%; display: flex; justify-content: center; padding: 25px 0; box-sizing: border-box;}
.colorWrap .list li {font-family: 'NotoKrM'; color: #000000; margin-right: 50px;}
.colorWrap .list li:last-child {margin-right: 0;}
.colorWrap .list li span{display: inline-block; position: relative; padding-left: 40px; box-sizing: border-box;}
.colorWrap .list li span::before {content: ''; position: absolute; top: -5px; left: 0; width: 30px; height: 30px; border-radius: 5px;}
.colorWrap .list li.yellow span::before {background-color: #f0e64e;}
.colorWrap .list li.blue span::before {background-color: #6482c1;}
.colorWrap .list li.pink span::before {background-color: #ea4492;}
.colorWrap .list li.green span::before {background-color: #4fb87c;}

.color-table .pink{background-color:#ea4492;}
.color-table .blue{background-color:#6482c1;}
.color-table .linghtblue{background-color:#EBF5FF;}
.color-table .yellow{background-color:#f0e64e;}
.color-table .green{background-color:#4fb87c;}

@media screen and (max-width: 1000px) {.colorWrap .list li {margin-right: 30px;}}
@media screen and (max-width: 780px) {
.colorWrap .list {flex-wrap: wrap;}
.colorWrap .list li {width: 48%; margin-bottom: 20px; margin-right: 0;}
.colorWrap .list li:nth-child(3), .colorWrap .list li:nth-child(4) {margin-bottom: 0;} 
}
@media screen and (max-width: 480px) {
.colorWrap .list {padding: 15px;}
.colorWrap .list li {width: 100%;}
.colorWrap .list li:nth-child(3) {margin-bottom: 20px;}
}

/* 확정절차 표 */
.table-wrap .plan {border-spacing: 25px; border-collapse:inherit}
.table-wrap .plan thead th {color: #fff; padding: 15px 0 10px 0; border-radius: 5px; margin-right: 25px; font-family: 'GmarketSans'; font-size: 16px; font-weight:500;}
.table-wrap .plan thead th:last-child {margin-right: 0;}
.table-wrap .plan thead th.blue {width: 20%; background-color: #6482c1;}
.table-wrap .plan thead th.purple {width: 35%; background-color: #9775c5;}
.table-wrap .plan thead th.green {width: 45%; background-color: #60a87f;}

.table-wrap .plan tbody tr, .table-wrap .plan tbody th {border-radius: 5px; background-color: #f6f6fd;}
.table-wrap .plan tbody tr td {padding: 30px; box-sizing: border-box;}

@media screen and (max-width: 780px) {
    .table-wrap .plan {border-spacing: 10px;}
    .table-wrap .plan thead th {padding: 10px 0 6px;}
    .table-wrap .plan tbody tr td {padding: 20px 30px;}
}

/* 변경절차 */
.changePlan {width: 100%;}
.changePlan li {display: flex; justify-content: space-between; margin-bottom: 30px;}
.changePlan li.arrow {margin-bottom: 50px;}

.changePlan>li .leftCon.tit {color: #fff; font-family: 'GmarketSans'; font-size: 16px; background-color: #6482c1; box-shadow: none;font-weight:500;}
.changePlan>li .rightCon.tit{color: #fff; font-family: 'GmarketSans'; font-size: 16px; background-color: #60a87f;font-weight:500;}
.changePlan li .leftCon {display: flex; align-items: center; justify-content: center; width: 45%; padding: 17px 0 14px 0; box-sizing: border-box; text-align: center; border-radius: 5px; border: 1px solid #8798bc; font-family: 'GmarketSans'; font-size: 16px; color: #000000; position: relative; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.02);}
.changePlan li.arrow .leftCon::after {content: ''; position: absolute; bottom: -35px; right: 50%; background: url('/images/Gunsu/images/03/changePlanIcon.png') no-repeat; width: 17px; height: 19px;}

.changePlan li .rightCon {width: 50%; padding: 17px 0 14px 0; box-sizing: border-box; text-align: center; border-radius: 5px; border: 1px dashed #bfbfbf;}
.changePlan li .rightCon {padding: 17px 25px 14px 25px;}

@media screen and (max-width: 1025px) {
    .changePlan li {margin-bottom: 20px;}
    .changePlan li .leftCon {width: 40%;}
    .changePlan li .rightCon {width: 58%;}
}

@media screen and (max-width: 680px) {
    .changePlan li .leftCon, .changePlan li .rightCon {padding: 10px 10px 8px 10px;}
    .changePlan>li .leftCon.tit, .changePlan>li .rightCon.tit,
    .changePlan li .leftCon {font-size: 15px;}
    .changePlan li.arrow {margin-bottom: 30px;}
    .changePlan li.arrow .leftCon::after {background-size: 100%; width: 12px; bottom: -29px;}
}

/* 공약지도 */
.gunsuMap {width: 100%; border: 1px dashed #c7c7c7; padding: 30px; box-sizing: border-box;}

/* 공약추진상황 */
.progressList {width: 100%; display: flex; flex-wrap: wrap; gap: 2%;}
.progressList li {width: max-content; display: flex; padding: 15px 20px 10px 20px; justify-content: center; align-items: center; border: 1px dashed #c7c7c7; border-radius: 25px; margin-bottom: 10px;}
.progressList li .tit {font-family: 'GmarketSans'; font-size: 16px; color: #2b458f; padding-right: 30px; position: relative; font-weight:600;}
.progressList li .tit::after {content: ''; width: 1px; height: 13px; background-color: #999; position: absolute; right: 15px; top: 3px;}
.progressList li .txt {font-family: 'GmarketSans'; font-size: 16px; color: #000000;}
.progressList li .txt span {font-size: 14px;}

.p_blue {color: #4b87ff !important;}
.p_navy {color: #0043c9 !important;}
.p_green {color: #1ab3cf !important;}
.p_purple {color: #8459e7 !important;}

/* 장수군 소셜뉴스 */
.gunsuNewsWarp {width: 100%; background-color: #f3e8ee; border-radius: 15px; padding-left: 60px; box-sizing: border-box;}
.gunsuNewsWarp .tit {padding-top: 85px; padding-left: 50px; position: relative; font-family: 'GmarketSans'; font-size: 26px; color: #000000; line-height: 140%; margin-bottom: 35px; word-break: keep-all; font-weight:300;}
.gunsuNewsWarp .tit::before {content: ''; width: 27px; height: 19px; position: absolute; top: 40px; left: 50px; background: url('/images/Gunsu/images/03/gunsuText.png') no-repeat;}
.gunsuNewsWarp .tit span {font-weight:600;}

.gunsuNewsWarp .newsList {width: 100%; position: relative; background-color: #fff;border-top-left-radius: 15px; padding: 40px 0 50px 50px; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.gunsuNewsWarp .newsList::before {content: ''; position: absolute; top: -180px; right: 35px; background: url('/images/Gunsu/images/03/gunsuNews.png') no-repeat; width: 441px; height: 227px; background-size: 100%;}
.gunsuNewsWarp .newsList li {margin-right: 50px;}
.gunsuNewsWarp .newsList li:hover span {text-decoration: underline;}
.gunsuNewsWarp .newsList li a {display: block;}
.gunsuNewsWarp .newsList li img {display: inline-block; margin-right: 15px;}
.gunsuNewsWarp .newsList li span {font-family: 'NotoKrM'; font-size: 15px; color: #000;}

.gunsuNewsWarp.type02 {background-color: #e4eff4;}
.gunsuNewsWarp.type02 .tit {font-size: 40px; margin-bottom: 60px; padding-top: 100px;}
.gunsuNewsWarp.type02 .tit::before {top: 60px;}
.gunsuNewsWarp.type02 .tit span {font-weight:600; color: #397183;}

.gunsuNewsWarp.type02 .newsList {padding: 70px 50px 0 50px;}
.gunsuNewsWarp.type02 .newsList::before {background: url('/images/Gunsu/images/03/gunsuNews02.png') no-repeat; background-size: 100%; width: 523px; height: 206px; top: -174px; right: 50px;}
.gunsuNewsWarp.type02 .newsList li {text-align: center; width: 28%; display: flex; flex-direction: column; align-items: center; margin-bottom: 30px;}
.gunsuNewsWarp.type02 .newsList li:nth-child(3n) {margin-right: 0;}
.gunsuNewsWarp.type02 .newsList .img {width: 108px; height: 108px; border-radius: 50%; border: 1px solid #e7e7e7; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin-bottom: 15px;}
.gunsuNewsWarp.type02 .newsList img {margin-right: 0;}

.gunsuNewsWarp.type02.promise {background-color: #e4e9f4;}
.gunsuNewsWarp.type02.promise .tit span {color: #484b6f;}
.gunsuNewsWarp.type02.promise .newsList::before {background: url('/images/Gunsu/images/03/gunsuNews03.png') no-repeat; background-size: 100%;}
.gunsuNewsWarp.type02.promise .newsList {padding-top: 50px;}
.gunsuNewsWarp.type02.promise .newsList li {width: 40%; align-items: flex-start;}
.gunsuNewsWarp.type02.promise .newsList li a {display: flex; align-items: center;}
.gunsuNewsWarp.type02.promise .newsList li .img {margin-right: 10px; margin-bottom: 0;}

@media screen and (max-width: 1400px) {
    .gunsuNewsWarp .newsList::before {width: 300px; top: -120px; right: 25px;}
    .gunsuNewsWarp.type02 .newsList::before {width: 400px; top: -134px; right: 28px;}
    .gunsuNewsWarp.type02.promise .newsList::before {top: -132px;}

    .gunsuNewsWarp.type02 .tit {margin-bottom: 40px;}
}

@media screen and (max-width: 1200px) {
    .gunsuNewsWarp .newsList::before {display: none;}
    .gunsuNewsWarp.type02 .newsList {padding: 30px 0 0 30px;}
    .gunsuNewsWarp.type02 .newsList .img {width: 80px; height: 80px;}
    .gunsuNewsWarp.type02 .newsList .img img {width: 35px;}

    .gunsuNewsWarp.type02.promise .newsList {padding-top: 35px;}
}

@media screen and (max-width: 1025px) {
    .gunsuNewsWarp .tit {font-size: 24px; padding-top: 75px; margin-bottom: 20px;}
    .gunsuNewsWarp .newsList {padding: 30px 0 40px 40px;}
    .gunsuNewsWarp .newsList li img {width: 50px;}

    .gunsuNewsWarp.type02 .tit {font-size: 38px;}
}

@media screen and (max-width: 780px) {
    .gunsuNewsWarp .newsList li {margin-right: 25px;}

    .gunsuNewsWarp.type02 .tit {padding-top: 65px; padding-left: 30px; font-size: 30px; margin-bottom: 20px;}
    .gunsuNewsWarp.type02 .tit::before {top: 30px; left: 30px;}
    .gunsuNewsWarp.type02 .newsList {flex-wrap: wrap;}
    .gunsuNewsWarp.type02 .newsList li {margin-right: 0;}
    .gunsuNewsWarp.type02 .newsList .img {width: 65px; height: 65px;}
    .gunsuNewsWarp.type02 .newsList .img img {width: 30px;}

    .gunsuNewsWarp.type02.promise .newsList {padding-left: 30px; padding-top: 30px;}
    .gunsuNewsWarp.type02.promise .newsList li {width: 50%;}
}

@media screen and (max-width: 680px) {
    .gunsuNewsWarp {padding-left: 25px;}
    .gunsuNewsWarp .tit {font-size: 22px;}
    .gunsuNewsWarp .newsList {padding: 30px 0 30px 25px;}
    .gunsuNewsWarp .newsList li {margin-right: 15px;}
    .gunsuNewsWarp .newsList li img {width: 40px; margin-right: 10px;}
    .gunsuNewsWarp .newsList li span {font-size: 14px;}
}

@media screen and (max-width: 480px) {
    .gunsuNewsWarp .tit {font-size: 20px; padding-top: 60px;}
    .gunsuNewsWarp .tit::before {top: 25px;}
    .gunsuNewsWarp .newsList {flex-wrap: wrap; padding: 20px 0 20px 20px;}
    .gunsuNewsWarp .newsList li {width: 100%; margin-right: 0; margin-bottom: 10px;}
    .gunsuNewsWarp .newsList li:last-child {margin-bottom: 0;}
    .gunsuNewsWarp .newsList li img {width: 35px;}

    .gunsuNewsWarp.type02 .tit {font-size: 26px;}
    .gunsuNewsWarp.type02 .newsList {padding-left: 0;}
    .gunsuNewsWarp.type02 .newsList li {width: 50%;}

    .gunsuNewsWarp.type02.promise .newsList {padding-left: 18px;}
    .gunsuNewsWarp.type02.promise .newsList li .img {width: 60px; height: 60px;}
    .gunsuNewsWarp.type02.promise .newsList li .img img {width: 25px;}
}                                                                                                                                                                                                                                                                                                                                                                                                                                                             