/*
 * 페이지 서브배너
 */
.header-menu-list {
    color: #111;
}

.side_menu {
    color: #222;
}

#menu-wrapper #hamburger-menu span {
    background-color: #222;
}

.header-logo-image {
    display: none;
}

.header-logo-image-sub {
    display: block;
}

.sub_banner {
    height: 840px;
    background-url: url('/images/info_sub_banner.jpg');
}

.tab-contents {
    display: none;
    max-width: 1280px;
    width: calc(100% - 40px);
    margin: 0 auto;
    overflow: hidden;
    min-height: MIN(calc(100vh - 700px), 200px);
    padding-bottom: 100px;
}

.tab-contents.active {
    display: block;
}

.tab-content-title {
    font-size: 40px;
    font-weight: 600;
    margin: 100px 0 80px;
}

.sub_route_line_double {
    display: none;
}

.info_sub_banner_contents {
    color: #fff;
    margin-top: 50px;
}

.info_sub_banner_contents_title {
    font-family: 'Jeju Myeongjo';
    font-size: 45px;
    line-height: 61.7px;
}

.character {
    font-family: pretendard;
    font-size: 43px;
    line-height: 61.7px;
}

.info_sub_banner_contents_ex {
    font-size: 30px;
    font-weight: 600;
    color: #9CD891;
    margin: 35px 0;
}

.info_sub_banner_contents_txt {
    font-size: 20px;
    line-height: 32px;
}

.info_sub_banner_contents_txt p {
    margin-bottom: 18px;
}

.info_sub_banner_contents_txt span {
    display: block;
}

.info_sub_banner_contents_name {
    font-size: 20px;
}

.info_sub_banner_contents_name span {
    font-weight: 600;
}

/*마을사업추진현황*/
.town_contents_history {
    padding: 120px 0 140px 0;
}

.town_contents_history_txt_img_wrap {
    display: flex;
    justify-content: space-between;
}

.town_contents_history_title {
    font-size: 30px;
    font-weight: 600;
    color: #222;
}

.town_contents_history_txt_img_wrap {
    margin-top: 60px;
}

.town_contents_history_wrap {
    display: flex;
}

.town_contents_history_contents {
    position: relative;
    border-left: 1px solid #ccc;
    padding-left: 27px;
    margin-left: 75px;
    padding-bottom: 45px;
}

.town_contents_history_contents_pd_none {
    padding-bottom: 0;
    border-left: none;
}

.town_contents_history_year {
    width: 66px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    margin-top: -7px;
}

.town_contents_history_circle {
    position: absolute;
    top: 0px;
    left: -7px;
    width: 14.5px;
    height: 14.5px;
    border-radius: 50%;
    background: #4C9D3E;
}

.town_contents_history_contents ul {
    padding-left: 20px;
    font-size: 18px;
}

.town_contents_history_contents li {
    /*list-style: disc;*/
    list-style-image: url(/images/icon/ellipse_dot.png);
    padding-top: 10px;
    font-size: 16px;
}

.town_contents_history_contents li::marker {
    vertical-align: middle;
}

.town_contents_history_mg {
    margin-right: 165px;
}

.town_contents_history_center {
    float: right;
    margin: 40px 0;
}

/*마을시설 둘러보기*/
.town_contents_look {
    padding: 112px 0;
    background: #F3F3F3;
}

.town_contents_history_title_ex {
    font-size: 18px;
    color: #333;
    margin-left: 30px;
}

.reservation_call {
    width: 100%;
    height: 71px;
    border: 1px dashed #575757;
    box-sizing: border-box;
    border-radius: 50px;
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    margin: 46px 0;
    overflow: hidden;
}
.facility_popup .reservation_call:hover{cursor:pointer;border-style: solid;background-color:#FAFAFA;}

.reservation_call_wrap {
    display: flex;
    justify-content: center;

}

.reservation_call_txt {
    font-size: 20px;
    color: #333;
    line-height: 31px;
    margin-left: 10px;
}


.reservation_call_bold {
    font-weight: 600;
}

.facility_wrap {
    width: 100%;
    position: relative;
}

.facility_contents {
    overflow: hidden;
}

.facility_list label {
    cursor: pointer;

}

.facility_list img {
    width: 100%;
    height: 300px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
}

.facility_left_btn {
    position: absolute;
    top: 122px;
    left: -69px;
    width: 49px;
    height: 72px;
    border-radius: 20px 0 0 20px;
    padding: 25px 15px;
    box-sizing: border-box;
}

.facility_arrow_btn {
    background: #4C9D3E;
    cursor: pointer;
}

.facility_arrow_btn:hover {
    background: #DDDDDD;
}

.facility_arrow_btn:hover .facility_btn_off {
    display: none;
}

.facility_arrow_btn:hover .facility_btn_on {
    display: block;
}

.facility_right_btn {
    position: absolute;
    top: 122px;
    right: -69px;
    width: 49px;
    height: 72px;
    border-radius: 0 20px 20px 0;
    background: #4C9D3E;
    padding: 25px 15px;
    box-sizing: border-box;
}

.facility_btn_on {
    display: none;
}

.facility_list p {
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin-top: 10px;
    text-align: center;
}

.facility_popup_title {
    font-size: 30px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
}

.facility_popup_contents {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.facility_popup_img {
    width: calc(50% - 17.5px);
    height: 100%;
    position: relative;
}

.facility_popup_txt_box {
    width: calc(50% - 17.5px);
}

.facility_popup_img_pohto {
    height: 435px;
}

.facility_popup_img_box {
    height: 435.86px;
}

.facility_popup_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.facility_popup_txt_box ul {
    border-top: 1px solid #444;
}

.facility_popup_txt_box li {
    display: flex;
    border-bottom: 1px solid #aaa;
    font-size: 18px;
    color: #333;
    line-height: 25px;
    padding: 15px 0;
}

.facility_popup_txt_title {
    display: flex;
    align-items: center;
    width: 70px;
    font-weight: 600;
    margin-right: 30px;
}

.facility_popup_txt_ex {
    width: calc(100% - 100px);
}

.facility_popup_contents .reservation_call {
    margin: 40px 0 0 0;

}

.facility_popup_img_box .indicator {
    position: absolute;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    width: fit-content;
    left: unset;
}

.facility_popup_img_box .indicator span {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    opacity: 1;
}

.facility_popup_img_box .indicator .swiper-pagination-bullet-active {
    background-color: #4C9D3E;
}


@media screen and (max-width: 1340px) {
    .facility_wrap {
        display: flex;
        gap: 19px;
        align-items: center;
    }

    .facility_wrap .facility_arrow_btn {
        position: unset;
    }
}

@media screen and (max-width: 960px) {
    .sub_banner_txt_box {
        padding-top: 80px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 17px;
    }

    .tab-content-title {
        font-size: 36px;
        margin: 80px 0 60px;
    }

    .info_sub_banner_contents_txt span {
        display: inline;
    }

    .info_sub_banner_contents {
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .sub_banner_txt_box {
        padding-top: 60px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 16px;
    }

    .tab-content-title {
        font-size: 32px;
        margin: 60px 0 50px;
    }

    .info_sub_banner_contents_title {
        font-size: 24px;
        line-height: 50px;
    }

    .character {
        font-family: pretendard;
        font-size: 38px;
        line-height: 30px;
    }

    .info_sub_banner_contents_ex {
        font-size: 20px;
        font-weight: 600;
        color: #9CD891;
        margin: 20px 0;
    }
    
    .info_sub_banner_contents_txt {
		font-size: 16px;
		    line-height: 22px;
	}
    

    .facility_popup_img_box {
        height: 300px;
    }
}

@media screen and (max-width: 600px) {
    .sub_banner {
        height: unset;
        padding-bottom: 30PX;
    }
    
    .town_contents_history, .town_contents_look {
    padding: 50px 0 50px 0;
}

.town_contents_history_contents {
	margin-left: 30px;
}

.town_contents_history_title {
	display: block;
	font-size: 24px;

}

.town_contents_history_title_ex {
	display: block;
	margin: 10px 0 0 0;
}
}

@media screen and (max-width: 480px) {
    .sub_banner_txt_box {
        padding-top: 40px;
    }

    .sub_banner_txt_box .sub_banner_title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .sub_banner_txt_box .sub_banner_ex {
        font-size: 15px;
    }

    .tab-content-title {
        font-size: 28px;
        margin: 80px 0 30px;
    }
}

.brand_info {
    display: flex;
    flex-wrap: nowrap;
}

.brand_info_img {
    width: calc(100% - 644px);
}

.brand_info_img img {
    width: 100%;
    object-fit: cover;
}

.brand_info_txt {
    width: 570px;
    margin-left: 74px;
}

.brand_info_tile {
    position: relative;
    color: #000;
    font-size: 45px;
    font-weight: 400;
    line-height: 60px;
}

.brand_info_bold {
    font-weight: 700;
}

.brand_info_point {
    position: absolute;
    top: 0;
    left: -22px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #73AB61;
}

.brand_info_line {
    width: 83px;
    height: 2px;
    background: #444;
    margin: 60px 0;
}

.brand_info_ex {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
}

.greetings {
    color: #333;
    font-weight: 400;
    line-height: 30px;
    font-size: 18px;
}

.signature {
    margin-top: 50px;
}

.signature .sign {
    color: #222;
    font-family: 'Kimjungchul';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width: 1024px) {
    .brand_info_img {
        width: calc(100% - 401px - 50px);
    }

    .brand_info_txt {
        width: 401px;
        margin-left: 50px;
    }

    .brand_info_line {
        margin: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    .brand_info_img {
        width: calc(100% - 450px);
    }

    .brand_info_txt {
        width: 400px;
        margin-left: 50px;
    }

    .brand_info_tile {
        font-size: 28px;
        line-height: 40px;
    }
}

@media screen and (max-width: 600px) {
    .brand_info {
        flex-wrap: wrap;
    }

    .brand_info_img {
        width: 100%;
        border-bottom: 1px solid #D6D6D6;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .brand_info_txt {
        width: 100%;
        margin-left: 0;
    }

    .brand_info_tile {
        font-size: 28px;
        line-height: 36px;
    }

    .brand_info_point {
        left: -12px;
        width: 10px;
        height: 10px;
    }

    .brand_info_line {
        margin: 30px 0 20px 0;
    }
}

.award_banner {
    width: 100%;
    height: 270px;
    background: url('/images/award_banner.png') 0 center no-repeat;
    background-size: cover;
    position: relative;
}

.award_banner_txt_box {
    position: absolute;
    top: 99px;
    left: 39px;
    color: #FFF;
    font-size: 36px;
    font-weight: 300;
    line-height: 46px;
}

.award_banner_title {
    color: #73AB61;
    font-weight: 700;
}

.award_sub_title {
    margin: 100px 0 53px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
}

.award_paper_list {
    display: grid;
    grid-template-columns:repeat(5, 18%);
    grid-column-gap: 2.5%;
    grid-row-gap: 40px;
}

.award_paper_img_box {
    position: relative;
    border: 1px solid #CCC;
    box-sizing: border-box;
    overflow: hidden;
    aspect-ratio: 30/42;
}

.award_paper_img .thumbnail-img {
    width: 100%;
    object-fit: cover;
}

.award_paper_look {
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.award_paper_title {
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}


@media screen and (max-width: 960px) {
    .award_paper_list {
        grid-template-columns:repeat(4, 23%);
        grid-column-gap: calc(8% / 3);
        grid-row-gap: 40px;
    }
}

@media screen and (max-width: 768px) {
    .award_paper_list {
        grid-template-columns:repeat(3, 31%);
        grid-column-gap: 3.5%;
        grid-row-gap: 30px;
    }

    .award_banner {
        height: 200px;
    }

    .award_banner_txt_box {
        position: absolute;
        top: 96px;
        left: 20px;
        color: #FFF;
        font-size: 20px;
        font-weight: 300;
        line-height: 28px;
    }

    .award_sub_title {
        margin: 40px 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .award_paper_list {
        grid-template-columns:repeat(2, 48%);
        grid-column-gap: 4%;
    }
}


/*오시는길 페이지*/
.way_map_ex {
    color: #222;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 43px;
    word-break: keep-all;
}

.way_map {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.way_map_list {
    width: calc(50% - 30px);
}

.way-map-area {
    height: 360px;
}

.kakao-map-info {
    padding: 10px 20px 10px 10px;
    font-size: 15px;
}

.kakao-map-info .head_tooltip {
    margin-bottom: 10px;
}

.kakao-map-info a {
    text-decoration: none;
    color: #000;
}

.kakao-map-info p {
    margin: 0;
    font-size: 13px;
}

.kakao-map-info .addInfoAddr {
    color: #919191;
    font-size: 12px;
}

.kakao-map-info .zipcode {
    margin-right: 10px;
}

.kakao-map-info .phone {
    color: #288756;
}

.way_map_title_box {
    overflow: hidden;
    margin-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.way_map_title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

.way_map_title:before {
    content: "";
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #73AB61;
    left: 0px;
    top: -12px;
    z-index: -1;
    margin-right: 8px;
}

.way_map_address_box {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.way_map_address_txt {
    width: calc(100% - 105px);
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
    word-break: keep-all;
}

.way_map_address_copy {
    width: 92px;
    height: 40px;
    border: 1px solid #666;
    background: #FFF;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.way_map_address_copy:hover {
    border: none;
    background: #333;
    color: #FFF;
    cursor: pointer;
}

.way_customer {
    width: 100%;
    border-radius: 20px;
    background: #F8F8F8;
    padding: 60px 30px;
    box-sizing: border-box;
    margin-top: 120px;
}

.way_customer_title {
    color: #333;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 15px;
}

.way_customer_txt {
    color: #333;
    text-align: center;
    font-weight: 300;
    line-height: 24px;
    margin: 25px 0 30px 0;
}

.way_customer_list_box {
    width: 648px;
    margin: 0 auto;
    padding-top: 35px;
    border-top: 1px solid #ccc;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.way_customer_list_title {
    color: #228038;
    font-weight: 600;
    line-height: 15px;
    margin-right: 18px;
}

.way_customer_list_txt {
    color: #333;
    font-weight: 300;
    line-height: 15px;
}

.way_customer_list_btn {
    display: inline-block;
    width: 92px;
    height: 30px;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #666;
    background: url("/images/icon/way_customer_list_btn_arrow.svg") calc(100% - 10px) center no-repeat #FFF;
    margin-top: -7px;
    color: #333;
    font-weight: 400;
}

.way_customer_list_btn:hover {
    cursor: pointer;
    border: 1px solid #228038;
}

@media screen and (max-width: 1220px) {
    .facility_popup_txt_box li {
        line-height: 25px;
    }

}

@media screen and (max-width: 1024px) {
    .town_contents_history_img {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .way_map_list {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 800px) {
    .facility_popup_box {
        padding: 20px 20px 20px 20px;
    }

    .facility_popup_contents {
        flex-wrap: wrap;
    }

    .facility_popup_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .facility_popup_txt_box {
        width: 100%;
    }

    .facility_popup_img_pohto {
        height: auto;
    }

}

@media screen and (max-width: 768px) {
    .way_map_ex {
        margin-bottom: 30px;
    }

    .way-map-area {
        height: 320px;
    }

    .way_map {
        display: block;
    }

    .way_map_list {
        width: 100%;
        margin-top: 50px;
    }

    .way_map_list:first-child {
        margin-top: 0;
    }

    .way_map_title_box {
        margin-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .way_customer {
        padding: 40px 30px 20px 30px;
    }

    .way_customer_list_box {
        width: 100%;
        padding-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

    .way_customer_list {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .way-map-area {
        height: 240px;
    }

    .way_map_title {
        font-size: 28px;
    }

    .way_map_address_txt {
        line-height: 20px;
        width: calc(100% - 85px);
    }

    .way_map_address_copy {
        width: 72px;
    }
}

@media screen and (max-width: 380px) {
    .reservation_call_txt {
        font-size: 16px;
    }


}


.history_contents {
    margin-bottom: 200px;
}

.history_contents_box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.history_design {
    width: 337px;
}

.history_font {
    color: #E8E8E8;
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 46px;
}

.history_img img {
    width: 100%;
    object-fit: cover;
}

.history_table {
    width: calc(100% - 337px - 140px);
}

.history h2 {
    position: relative;
    font-size: 32px;
    color: #228038;
    float: left;
}

.history h2:before {
    content: "";
    position: absolute;
    left: -48px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    border: 3px solid #228038;
    box-sizing: border-box;
}

.history_list {
    position: relative;
    padding-left: 48px;
    overflow: hidden;
    color: #333;
}

.history_list:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    width: 2px;
    height: 100%;
    background: #DBDBDB;
}

.history_list:first-child:before {
    top: 10px;
    height: calc(100% - 10px);
}

.history_list:last-child:before {
    height: 10%;
}

.history ol {
    display: inline-block;
    width: calc(100% - 82px);
    padding: 5px 0 70px 40px;
    box-sizing: border-box;
}


.history_month {
    display: inline-block;
    width: 23px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-right: 30px;
    line-height: 1;
}

.history_txt {
    display: block;
    float: right;
    width: calc(100% - 23px - 30px);
    line-height: 21px;
    word-break: keep-all;
}

@media screen and (max-width: 1024px) {
    .history_design {
        width: 300px;
    }

    .history_font {
        font-size: 70px;
    }

    .history_table {
        width: calc(100% - 300px - 80px)
    }

;
}

@media screen and (max-width: 960px) {
    .history_design {
        width: 200px;
    }

    .history_font {
        font-size: 46px;
    }

    .history_table {
        width: calc(100% - 200px - 50px);
    }

    .history h2:before {
        left: -36px;
    }

    .history_list {
        padding-left: 36px;
    }

    .history ol {
        padding-left: 30px;
    }
}

@media screen and (max-width: 640px) {
    .history_contents {
        margin-bottom: 100px;
    }

    .history_contents_box {
        flex-wrap: wrap;
    }

    .history_design {
        width: 100%;
        order: 2;
    }

    .history_font {
        font-size: 46px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .history_table {
        width: 100%;
        order: 1;
    }

    .history_list {
        padding: 0 0 0 28px;
    }


    .history h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .history h2:before {
        left: -28px;
    }


    .history ol {
        width: 100%;
        padding: 0 0 30px 0px;
    }

}


.image-viewer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    background-color: rgba(0, 0, 0, 0.4);
}

.image-view-justify {
    margin: 10vh auto;
    width: 90%;
    height: 80vh;
    text-align: center;
}

.image-view-justify .image {
    aspect-ratio: 30/42;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
