@charset "utf-8";

/* 연혁 */
.historyWrap {width: 100%; display: flex; align-items: center; position: relative;}
.historyWrap.type02 {align-items: flex-end;}
.historyWrap::before {content: ''; background: url('/images/Town/images/01/historyBg1.png') no-repeat; width: 390px; height: 146px; position: absolute; bottom: -20px; left: -25px;}
.historyWrap::after {content: ''; background: url('/images/Town/images/01/historyBg2.png') no-repeat; width: 418px; height: 194px; position: absolute; bottom: 0; right: 0;}
.historyWrap .imgBox {margin-right: 70px; border-radius: 15px; overflow: hidden;}
.historyWrap .imgBox img {width: 100%; border-radius: 15px;}
.historyWrap.type02 .txtBox {padding-top: 0;}
.historyWrap .txtBox .tit {font-family: 'jalnan'; font-size: 30px; color: #5289c1; margin-bottom: 30px;}
.historyWrap .txtBox .list li {display: flex; font-family: 'NotoKrM'; color: #333333; font-size: 16px; margin-bottom: 20px; word-break: keep-all;}
.historyWrap .txtBox .list li span {display: inline-block; width: 150px; flex-shrink: 0; margin-right: 20px; box-sizing: border-box; position: relative; font-family: 'NotoKrB'; color: #3c465a;}
.historyWrap.type02 .txtBox .list li span {width: 90px;}
.historyWrap .txtBox .list li span::before {content: ''; width: 2px; height: 12px; background-color: #c6c6c6; position: absolute; top: 6px; right: 0;}

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

@media screen and (max-width: 1200px) {
    .historyWrap .txtBox {padding-top: 40px;}
}

@media screen and (max-width: 1025px) {
    .historyWrap {align-items: center;}
}

@media screen and (max-width: 780px) {
    .historyWrap .imgBox {margin-right: 30px;}
    .historyWrap .txtBox .tit {font-size: 25px; margin-bottom: 20px;}
    .historyWrap .txtBox .list li {font-size: 15px; margin-bottom: 15px;}
    .historyWrap .txtBox .list li span {width: 140px;}
}

@media screen and (max-width: 680px) {
    .historyWrap {flex-wrap: wrap; justify-content: center;}
    .historyWrap .imgBox {margin-right: 0;}
}

@media screen and (max-width: 480px) {
    .historyWrap .imgBox {height: 320px;}
    .historyWrap .txtBox {padding-top: 30px;}
    .historyWrap .txtBox .tit {font-size: 22px; margin-bottom: 15px;}
    .historyWrap .txtBox .list li span {width: 130px;}
}

/* 업무담당 */
.workWrap {width: 100%;}
.workWrap .workBox {width: 100%; text-align: center; display: flex; align-items: center; flex-direction: column;}
.workWrap .workBox .height {position: relative; margin-top: 70px;}
.workWrap .workBox .height::before {content: ''; position: absolute; top: -70px; left: 50%; width: 1px; height: 70px; background-color: #dbdbdb;}

.workWrap .workBox .title {width: 166px; height: 166px; border: 10px solid #3a2b97; border-radius: 50%; box-sizing: border-box; display: flex; align-items: center; justify-content: center; margin-top: 0; margin-bottom: 70px;}
.workWrap .workBox .title::before {bottom: -80px; top: auto;}
.workWrap .workBox .title h4 {font-size: 22px; font-family: 'GmarketSans'; color: #3a2b97; padding-bottom: 0;}

.workWrap .workBox .list {width: 100%; position: relative; display: flex;}
.workWrap .workBox .list::before {content: ''; width: 74.2%; height: 1px; background-color: #dbdbdb; position: absolute; top: 0; left: 155px;}

.workWrap.type02 .workBox .list {justify-content: center;}
.workWrap.type02 .workBox .list::before {left: 25%; width: 50%;}

.workWrap .workBox .list li {width: 26%; margin-left: -1%; color: #fff; font-size: 16px; font-family: 'NotoKrB'; padding: 15px 0; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border-radius: 30px;}
.workWrap .workBox .list li.blue {background-color: rgba(71, 127, 166, 0.9); margin-left: 0;}
.workWrap .workBox .list li.violet {background-color: rgba(77, 64, 161, 0.9);}
.workWrap .workBox .list li.pink {background-color: rgba(165, 102, 179, 0.9);}
.workWrap .workBox .list li.darkblue {background-color: rgba(68, 84, 127, 0.9);}

@media screen and (max-width: 1600px) {
    .workWrap .workBox .list::before {left: 13%;}
}

@media screen and (max-width: 1025px) {
    .workWrap .workBox .height {margin-top: 40px;}
    .workWrap .workBox .height::before {height: 40px; top: -40px;}
    .workWrap .workBox .title {width: 125px; height: 125px; border: 5px solid #3a2b97; margin-bottom: 40px; margin-top: 0;}
    .workWrap .workBox .title::before {bottom: -50px; top: auto;}
    .workWrap .workBox .title h4 {font-size: 18px;}

    .workWrap .workBox .list li {padding: 10px 0; font-size: 15px;}
}

@media screen and (max-width: 680px) {
    .workWrap .workBox .height {margin-top: 25px;}
    .workWrap .workBox .height::before {height: 25px; top: -25px;}
    
    .workWrap .workBox .title {width: 80px; height: 80px; margin-top: 0; margin-bottom: 25px;}
    .workWrap .workBox .title h4 {font-size: 16px;}
    .workWrap .workBox .title::before {bottom: -30px; top: auto;}

    .workWrap .workBox .list li {padding: 8px 0;}
}

/* 보건지소 */
.healthInfoWrap {position: relative; width: 100%; background-color: #f9f9f9; border-radius: 10px; padding: 60px 50px; box-sizing: border-box; overflow: hidden;}
.healthInfoWrap::before {content: ''; position: absolute; bottom: -77px; right: 20px; background: url('/images/Town/images/01/healthBg.png') no-repeat; width: 540px; height: 406px; background-size: 100%;}
.healthInfoWrap.type02::before {background: url('/images/Town/images/01/healthBg2.png') no-repeat; right: 0; width: 506px; height: 690px; bottom: -50px;}

.healthInfoWrap>.tit {font-family: 'jalnan'; font-size: 24px; color: #5289c1; margin-bottom: 50px;}

.healthInfoWrap .list {width: 100%; display: flex; flex-wrap: wrap;}
.healthInfoWrap .list li {min-width: 350px; position: relative; background-color: #fff; padding: 25px 25px 25px 100px; box-sizing: border-box; margin-right: 40px; border-radius: 10px;}
.healthInfoWrap .list li:last-child {margin-right: 0;}
.healthInfoWrap .list li::before {content: ''; position: absolute; top: 50%; left: 30px;}
.healthInfoWrap .list li.location::before {background: url('/images/Town/images/01/location.png') no-repeat; width: 32px; height: 32px; margin-top: -16px; background-size: 100%;}
.healthInfoWrap .list li.call::before {background: url('/images/Town/images/01/call.png') no-repeat; width: 36px; height: 46px; margin-top: -23px; background-size: 100%;}

.healthInfoWrap .list li .tit {font-family: 'GmarketSans'; font-size: 18px; color: #5289c1; /*margin-bottom: 15px;*/}
.healthInfoWrap .list li .txt {font-family: 'NotoKrM'; font-size: 15px; color: #666666;}

@media screen and (max-width: 1600px) {
    .healthInfoWrap .list li {min-width: 289px;}
}

@media screen and (max-width: 1200px) {
    .healthInfoWrap .list li {margin-bottom: 20px;}
}

@media screen and (max-width: 1025px) {
    .healthInfoWrap {padding: 30px;}
    .healthInfoWrap .list li {padding: 20px 20px 20px 100px; min-width: 315px;}
}

@media screen and (max-width: 680px) {
    .healthInfoWrap::before {display: none;}
    .healthInfoWrap>.tit {margin-bottom: 20px;}
    .healthInfoWrap .list li {min-width: 100%;}
    .healthInfoWrap .list li:last-child {margin-bottom: 0;}
}

@media screen and (max-width: 480px) {
    .healthInfoWrap {padding: 30px 15px;}
    .healthInfoWrap .list li {padding: 20px 20px 20px 85px;}
    .healthInfoWrap .list li.location::before {width: 28px;}
    .healthInfoWrap .list li.call::before {width: 30px;}
    .healthInfoWrap .list li .tit {margin-bottom: 0;}
}

/* 관광안내 */
.tourInfo {position: relative; width: 100%; background-color: #f9f9f9; border-radius: 10px; padding: 40px; padding-left: 0; box-sizing: border-box; margin-top: 50px; min-height: 350px;}
.tourInfo .img {position: absolute; top: -70px; left: -8px;}
.tourInfo .img img {border-radius: 10px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);}

.tourInfo .titBox {width: 100%; position: absolute; left: 0; top: -45px; display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 540px; padding-right: 40px; box-sizing: border-box; word-break: keep-all; line-height: normal;}
.tourInfo .titBox .tit {font-family: 'GmarketSans'; font-size: 24px; color: #000000;}
.tourInfo .titBox .loca {position: relative; font-family: 'NotoKrM'; font-size: 15px; color: #000000; padding-left: 28px; box-sizing: border-box;}
.tourInfo .titBox .loca::before {content: ''; position: absolute; top: 0; left: 0; background: url('/images/Town/images/01/tourInfo_icon.png') no-repeat; width: 19px; height: 19px; background-size: 100%;}
.tourInfo .txtBox {padding-left: 540px; box-sizing: border-box; font-family: 'NotoKrR'; font-size: 15px; color: #555;}
.tourInfo .txtBox>ul.border {margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #dadada; box-sizing: border-box;}

@media screen and (max-width: 1400px) {
    .tourInfo {min-height: 285px;}
    .tourInfo .img {left: -20px;}
    .tourInfo .img img {width: 400px;}
    .tourInfo .txtBox, .tourInfo .titBox {padding-left: 415px;}
}

@media screen and (max-width: 1200px) {
    .tourInfo {display: flex; padding: 0;}
    .tourInfo .img {position: static; margin-right: 20px;}
    .tourInfo .img img {width: 350px;}
    .tourInfo .titBox {padding: 0;}
    .tourInfo .txtBox {padding: 15px;}
}

@media screen and (max-width: 680px) {
    .tourInfo {flex-wrap: wrap; justify-content: center;}
    .tourInfo .titBox .tit {font-size: 20px;}
    .tourInfo .titBox .loca {padding-left: 22px;}
    .tourInfo .titBox .loca::before {width: 17px; height: 17px; top: 2px;}
    .tourInfo .img {margin-right: 0;}
    .tourInfo .txtBox>ul {padding-bottom: 25px;}
}

@media screen and (max-width: 480px) {
    .tourInfo .titBox .tit {font-size: 18px;}
    .tourInfo .img img {width: 100%;}
    .tourInfo .txtBox {font-size: 14px;}
}

/* 찾아오시는길 */
.loadMap {border-radius: 15px; overflow: hidden; background-color: #f9f9f9;}
.loadMap .mapInfo {padding: 50px; box-sizing: border-box; display: flex; flex-wrap: wrap;}
.loadMap .mapInfo li {position: relative; width: 48%; padding-left: 105px; box-sizing: border-box;}
.loadMap .mapInfo li::before {content: ''; position: absolute; top: -25px; left: 0;  width: 94px; height: 94px;
 width: 94px; height: 94px;}
 .loadMap .mapInfo li.loca {margin-right: 20px;}
.loadMap .mapInfo li.loca::before {background: url('/images/Town/images/01/map_loca.png') no-repeat; background-size: 100%;} 
.loadMap .mapInfo li.call::before {background: url('/images/Town/images/01/map_call.png') no-repeat; background-size: 100%;}
.loadMap .mapInfo li .tit {font-family: 'jalnan'; font-size: 18px; color: #5289c1;}
.loadMap .mapInfo li .txt {font-family: 'NotoKrM'; font-size: 15px; color: #333333;}

.carList {width: 100%; display: flex;}
.carList>li {width: 48%; border-radius: 10px; border: 1px solid #e1e1e1; padding: 30px 40px; box-sizing: border-box; margin-right: 30px;}
.carList li:last-child {margin-right: 0;}
.carList li .tit {font-family: 'jalnan'; font-size: 18px; color: #5289c1;}
.carList li .listWrap {display: flex; flex-wrap: wrap; justify-content: space-between;} 
.carList li .listWrap>ul {margin-bottom: 8px;}

@media screen and (max-width: 1400px) {
    .loadMap .mapInfo {padding: 60px 35px;}
}

@media screen and (max-width: 1200px) {
    .loadMap .mapInfo li::before {width: 80px; height: 80px; top: -6px;}
}

@media screen and (max-width: 680px) {
    .loadMap .mapInfo {padding: 35px 20px;}
    .loadMap .mapInfo li {width: 100%; padding-left: 80px;}
    .loadMap .mapInfo li.loca {margin-right: 0; margin-bottom: 30px;}
    .loadMap .mapInfo li::before {width: 60px; height: 60px;}
    .loadMap .mapInfo li .tit, .carList li .tit {font-size: 16px;}
    .carList {flex-wrap: wrap;}
    .carList>li {width: 100%; margin-right: 0; margin-bottom: 20px; padding: 20px;}
}

/* 프로그램안내 */
.programWrap {position: relative; width: 100%; display: flex; justify-content: center; padding: 100px 0 50px 0; box-sizing: border-box; background: url('/images/Town/images/02/programBg.png') bottom no-repeat;}
.programWrap img {box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);}

@media screen and (max-width: 780px) {
    .programWrap {background: none; padding: 40px 0 0 0;}
    .programWrap img {width: 100%;}
}

/* 산서면 보건지소 */
.bogunWrap {position: relative; width: 100%; border-radius: 10px; background-color: #f9f9f9; padding: 75px 50px 150px 50px; box-sizing: border-box; overflow: hidden;}
.bogunWrap::before {content: ''; position: absolute; bottom: -52px; left: 0; background: url('/images/Town/images/02/bogunBg1.png') no-repeat; width: 540px; height: 397px; background-size: 100%;}
.bogunWrap::after {content: ''; position: absolute; bottom: -140px; right: 30px; background: url('/images/Town/images/02/bogunBg2.png') no-repeat; width: 320px; height: 362px; background-size: 100%;}

.bogunWrap .title {width: max-content; border-radius: 25px; position: relative; padding: 15px 80px; box-sizing: border-box; background-color: #fff; font-family: 'NotoKrM'; font-size: 15px; color: #282828; margin: 0 auto 80px auto;}
.bogunWrap .title::before {content: ''; position: absolute; top: -20px; left: -50px; background: url('/images/Town/images/02/bogunTit.png') no-repeat; width: 127px; height: 77px; background-size: 100%;}
.bogunWrap .title span {font-family: 'jalnan'; font-size: 18px; color: #5289c1; margin-right: 25px;}

.bogunWrap .list {position: relative; width: 100%; gap: 40px; display: flex; z-index: 1;}
.bogunWrap .list>li {width: 33.333%;}
.bogunWrap .list .tit {font-family: 'jalnan'; font-size: 18px; color: #5289c1; margin-bottom: 20px;}

.bogunWrap .list .info {border-radius: 10px; overflow: hidden;}
.bogunWrap .list .info img {width: 100%;}
.bogunWrap .list .info .text {background-color: #fff; padding: 25px 20px; box-sizing: border-box;}
.bogunWrap .list .info .text li {display: flex; font-family: 'NotoKrM'; font-size: 15px; color: #555555;}
.bogunWrap .list .info .text li span {flex-shrink: 0; display: inline-block; position: relative; font-family: 'NotoKrB'; font-size: 15px; color: #333333; padding-left: 25px; margin-right: 30px; box-sizing: border-box;}
.bogunWrap .list .info .text li span::before {content: ''; position: absolute; top: 2px; left: 0; width: 19px; height: 19px;}
.bogunWrap .list .info .text li.loca span::before {background: url('/images/Town/images/02/location.png') no-repeat; background-size: 100%;}
.bogunWrap .list .info .text li.call span::before {background: url('/images/Town/images/02/call.png') no-repeat; background-size: 100%;}

.bogunWrap .list .info .text li span::after {content: ''; position: absolute; right: -15px; top: 6px; width: 1px; height: 11px; background-color: #cacaca;}

@media screen and (max-width: 1200px) {
    .bogunWrap {padding: 60px 40px 125px 40px;}
    .bogunWrap .title {margin-bottom: 50px;}
    .bogunWrap .list {gap: 25px;}
}

@media screen and (max-width: 1025px) {
    .bogunWrap {padding: 60px 40px 40px 40px;}
    .bogunWrap .list .info .text li {flex-wrap: wrap; margin-bottom: 5px;}
    .bogunWrap .list .info .text li:last-child {margin-bottom: 0;}
    .bogunWrap .list .info .text li span {width: 100%;}
    .bogunWrap .list .info .text li span::after, .bogunWrap::before, .bogunWrap::after {display: none;}
}

@media screen and (max-width: 780px) {
    .bogunWrap {padding: 40px;}
    .bogunWrap .title {margin-bottom: 30px; padding: 10px 55px;}
    .bogunWrap .title::before {display: none;}
    .bogunWrap .list .tit {font-size: 17px; margin-bottom: 15px;}
}

@media screen and (max-width: 680px) {
    .bogunWrap {padding: 20px;}
    .bogunWrap .title {padding: 10px; text-align: center; font-size: 14px;}
    .bogunWrap .title span {display: block; margin-right: 0; font-size: 16px;}
    .bogunWrap .list {flex-wrap: wrap; gap: 20px;}
    .bogunWrap .list li {width: 100%;}
    .bogunWrap .list .tit {font-size: 16px; margin-bottom: 10px;}
    .bogunWrap .list .info .text {padding: 20px 15px;}
    .bogunWrap .list .info .text li span {margin-right: 0;}
}

/* 장계면 보건지소 */
.publicWrap {position: relative; width: 100%; padding: 30px 55px; box-sizing: border-box; background-color: #f9f9f9; border-radius: 5px;}
.publicWrap .textBox {width: 55%;}
.publicWrap .textBox .tit {font-family: 'jalnan'; font-size: 24px; color: #5289c1; margin-bottom: 50px;}
.publicWrap .list {width: 100%;}
.publicWrap .list li {display: flex; align-items: center; width: 100%; padding: 15px 40px; box-sizing: border-box; background-color: #fff; border-radius: 5px; margin-bottom: 15px;}
.publicWrap .list li:last-child {margin-bottom: 0;}
.publicWrap .list li span {flex-shrink: 0; width: 30%; position: relative; margin-top: 2px; display: inline-block; font-family: 'GmarketSans'; font-size: 16px; color: #5289c1; padding-left: 70px; box-sizing: border-box; font-weight:600;}
.publicWrap .list li span::before {content: ''; position: absolute; top: -4px; left: 0;}
.publicWrap .list li.loca span::before {background: url('/images/Town/images/04/location.png') no-repeat; width: 29px; height: 29px; background-size: 100%;}
.publicWrap .list li.call span::before {background: url('/images/Town/images/04/call.png') no-repeat; width: 30px; height: 38px; background-size: 100%;}
.publicWrap .list li.size span::before {background: url('/images/Town/images/04/size.png') no-repeat; width: 24px; height: 31px; background-size: 100%;}
.publicWrap .list li.control span::before {background: url('/images/Town/images/04/control.png') no-repeat; width: 27px; height: 34px; background-size: 100%;}
.publicWrap .list li p {font-family: 'NotoKrL'; font-size: 15px; color: #666666;}
.publicWrap .imgBox {position: absolute; top: -20px; right: 40px;}
.publicWrap .imgBox img {border-radius: 10px; overflow: hidden; box-shadow: -5px -2px 10px rgba(0, 0, 0, 0.1);}

@media screen and (max-width: 1400px) {
    .publicWrap .imgBox {width: 320px;}
    .publicWrap .imgBox img {width: 100%;}
    .publicWrap .list li span {width: 45%;}
}

@media screen and (max-width: 1200px) {
    .publicWrap {display: flex; padding: 0;}
    .publicWrap .imgBox {position: static; width: 45%;}
    .publicWrap .textBox {padding: 30px; box-sizing: border-box;}
    .publicWrap .textBox .tit {margin-bottom: 20px;}
    .publicWrap .list li span {padding-left: 45px;}
}

@media screen and (max-width: 780px) {
    .publicWrap .list li {padding: 10px 15px;}
}

@media screen and (max-width: 680px) {
    .publicWrap {flex-wrap: wrap; justify-content: center;}
    .publicWrap .imgBox {width: 60%;}
    .publicWrap .textBox {width: 100%; padding: 20px;}
}

@media screen and (max-width: 480px) {
    .publicWrap .imgBox {width: 100%;}
    .publicWrap .textBox .tit {font-size: 16px; margin-bottom: 10px;}
    .publicWrap .list li {flex-wrap: wrap;}
    .publicWrap .list li span {width: 100%; padding-left: 30px; margin-bottom: 5px;}
    .publicWrap .list li span::before {background-size: 80% !important;}
    .publicWrap .list li p {font-size: 14px;}
}

/* 계북면 시설안내 */
.buildWrap {width: 100%; display: flex; gap: 50px;}
.buildWrap>li {width: 50%;}
.buildWrap>li .buildCon {min-height: 509px; background-color: #f9f9f9; border-radius: 10px; overflow: hidden;}
.buildWrap li h4 {margin-bottom: 20px;}
.buildWrap li .img {object-fit: cover;}
.buildWrap li .img img {width: 100%; border-radius: 10px;}
.buildWrap li ul {padding: 25px 35px; height: 100%; box-sizing: border-box;}

@media screen and (max-width: 1200px) {
    .buildWrap {gap: 30px;}
    .buildWrap>li .buildCon {min-height: 470px;}
    .buildWrap li ul {padding: 20px;}
}

@media screen and (max-width: 680px) {
    .buildWrap {flex-wrap: wrap; gap: 30px;}
    .buildWrap>li .buildCon {min-height: auto;}
    .buildWrap>li {width: 100%;}
}

                                               