/*
 * 메인 배너
 */
.main-banner-area {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.main-banner {
    height: 843px;
    position: relative;
}

.main-banner .main-banner-list {
}

.main-banner .main-banner-list .main-banner-item {
}

.main-banner .main-banner-list .main-banner-item .main-banner-image {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}

.main-banner .main-banner-list .main-banner-item .main-banner-image.mobile {
    display: none;
}

.main-banner-plaintext {
    position: relative;
    top: -490px;
    max-width: 1280px;
    width: calc(100% - 20px);
    margin: 0 auto;
    word-break: keep-all;
}

.main-banner-plaintext .main-banner-toptext {
    font-size: 46px;
    line-height: 1.5;
    text-align: center;
}

.main-banner-plaintext .main-banner-midtext {
    font-size: 46px;
    line-height: 1.5;
    text-align: center;
}

.main-banner-plaintext .main-banner-subtext {
    font-size: 22px;
    line-height: 2;
    margin-top: 10px;
    text-align: center;
}

.main_visual_font {
    position: absolute;
    top: 215px;
    left: 50%;
    transform: translate(-60%, 0);
    font-family: 'MeieScript';
    font-size: 134px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
    z-index: 9;
}

.main-banner-overlap {
    position: relative;
    z-index: 1;
    top: -40px;
    height: 20px;
    text-align: center;
}

.main-banner-indicator {
    display: flex;
    justify-content: center;
    height: 20px;
    padding: 0;
}

.main-banner-indicator .swiper-pagination-bullet {
    display: inline-block;
    width: 45px;
    height: 15px;
    border-top: 4px solid #FFFFFF;
    margin-left: 5px !important;
    vertical-align: top;
    opacity: 1;
    border-radius: 0 !important;
    background-color: transparent;
}

.main-banner-indicator .swiper-pagination-bullet:first-child {
    margin-left: 0 !important;
}

.main-banner-indicator .swiper-pagination-bullet:hover {
    cursor: pointer;
}

.main-banner-indicator .swiper-pagination-bullet-active {
    background: url("/images/icon/main_banner_triangle.svg") 16px 5px no-repeat;
    border-color: #73AB61;
}

@media screen and (max-width: 800px) {
    .main-banner-plaintext .main-banner-toptext, .main-banner-plaintext .main-banner-midtext {
        font-size: 40px;
    }
}

/*추가*/
/*슬라이드_버튼영역*/
.main_visual_left_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 131px;
    background: url(/images/main_visual_left_bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 9;
}

.slide_contents {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: nowrap;
}

.slideNum {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}

.arrow {
    cursor: pointer;
}

.arrow.prev {
    margin-left: 20px;
    margin-right: 15px;
}

.arrow.next {
    margin-right: 20px;
}

.slide-controller > img {
    cursor: pointer;
}

/*축제 정보 보기_영역*/
.main_visual_right_wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 131px;
    background: url(/images/main_visual_right_bottom.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 9;
}

.info_view_contents {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translate(-50%, 0);
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    width: 262px;

}

.info_view_contents:hover span {
    text-decoration: underline;

}

.green_circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4C9D3E;
    margin: 5px 8px 0 0;
}

.arrow_view {
    margin-left: 10px;
}

.arrow_view_wh {
    display: none;
}

.info_view_contents span {
    font-size: 18px;
    font-weight: 500;
    color: #333;

}

@media screen and (max-width: 960px) {
    .main-banner {
        height: 500px;
    }

    .main-banner .main-banner-list .main-banner-item .main-banner-image {
        height: 500px;
    }

    .main_visual_font {
        top: 65px;
        font-size: 120px;
    }

    .main-banner-plaintext {
        top: -400px;
    }
}

@media screen and (max-width: 768px) {
    .main-banner {
        height: 503px;
    }

    .main-banner .main-banner-list .main-banner-item .main-banner-image {
        height: 450px;
    }

    .main-banner .main-banner-list .main-banner-item .main-banner-image.pc {
        display: none;
    }

    .main-banner .main-banner-list .main-banner-item .main-banner-image.mobile {
        display: block;
    }

    .main_visual_font {
        top: 60px;
        font-size: 105px;
    }

    .main-banner-plaintext {
        top: -320px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
    }

    .main-banner-plaintext .main-banner-toptext {
        font-size: 26px;
    }

    .main-banner-plaintext .main-banner-midtext {
        font-size: 26px;
    }

    .main-banner-plaintext .main-banner-subtext {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .main_visual_left_wrap {
        position: absolute;
        bottom: 54px;
        left: 0;
        width: 100%;
        height: unset;
        background: none;
        z-index: 9;
    }

    .slideNum {
        display: none;
    }

    .arrow.prev {
        margin-left: 0px;
        margin-right: 15px;
    }

    .slide_contents {
        left: 15px;
        bottom: 20px;
        transform: translate(0, 0);
    }

    .green_circle {
        display: none;
    }

    .info_view_contents span {
        color: #fff;
    }

    .arrow_view_bl {
        display: none;
    }

    .arrow_view_wh {
        display: block;
    }


    .main_visual_right_wrap {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 54px;
        background: url(/images/main_visual_mo_bg.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        z-index: 9;
    }

}

@media screen and (max-width: 480px) {
    .main_visual_font {
        top: 90px;
        font-size: 80px;
    }

    .main-banner-plaintext .main-banner-toptext {
        width: 240px;
        margin: 0 auto;
        line-height: 1.2;
    }

    .main-banner-plaintext .main-banner-midtext {
        width: 260px;
        margin: 0 auto;
        line-height: 1.2;
    }

    .main-banner-plaintext .main-banner-subtext {
        width: 270px;
        margin: 20px auto;
        line-height: 1.5;
    }
}

@media screen and (max-width: 320px) {

}


/*와흘메밀마을 체험*/
.experience {
    padding: 180px 0 125px 0;
    background: url(/images/experience_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
}

.waheul_title_box {
    text-align: center;
}

.waheul_title_ex {
    font-size: 24px;
    color: #444;
}

.waheul_title {
    font-family: 'Jeju Myeongjo';
    font-size: 46px;
    color: #222;
    margin-top: 18px;
}

.experience_contents {
    margin-top: 30px;
}

.experience_contents ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.experience_contents_list {
    width: calc(33.3% - 44px);
    cursor: pointer;
}

.experience_contents_list:hover .experience_contents_img img {
    transform: scale(1.1);
}

.experience_contents_list:hover .experience_contents_btn span {
    font-weight: 600;
}

.experience_contents_img {
    border-radius: 50px;
    overflow: hidden;
}

.experience_contents_img img {
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.experience_contents_btn {
    float: right;
    display: flex;
    margin-top: 5px;
}

.experience_contents_btn span {
    font-size: 23px;
    font-weight: 500;
    color: #222;
    margin-right: 10px;
    line-height: 31px;
}


/*와흘메밀마을 여행정보*/
.tour_info {
    position: relative;
    padding: 120px 0 130px 0;
    overflow: hidden;
}

.tour_info_contents {
    margin-top: 60px;
    display: flex;
}

.info_list_wrap {
    position: relative;
    width: calc(100% - 343px);
    height: 393px;

}

.info_list_wrap .indicator {
    position: absolute;
    bottom: 30px;
    right: 55px;
    display: flex;
    justify-content: flex-end;
    z-index: 9999;
    left: unset;
}

.info_list_wrap .indicator span.swiper-pagination-bullet {
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
    opacity: 1;
}

.info_list_wrap .indicator .btn_02 {
    margin: 0 7px;
}

.info_list_wrap .indicator span.swiper-pagination-bullet-active {
    background-color: #4C9D3E;
}

.visual_box {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16), 0 5px 10px rgba(0, 0, 0, 0.16);
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50px 0 0 50px;
    background: #C8D575;
    overflow: hidden;

}

.visual_box_title {
    position: absolute;
    top: 80px;
    left: 75px;
    text-align: center;
    color: #222;
    z-index: 999;
}

.visual_box_title_top {
    font-size: 24px;
}

.visual_box_title_bold {
    font-family: JalnanGothic;
    font-size: 32px;
    margin: 10px 0 20px 0;
}

.visual_box_title_ex {
    font-size: 18px;
    line-height: 24px;
}

.visual_box_circle {
    position: absolute;
    top: 80px;
    right: 95px;
}

.visual_box_bg {
    position: absolute;
    bottom: -10px;
    left: 0px;
}

.flowering_camera {
    position: relative;
    width: 343px;
    height: 393px;
    background: #77A5DB;
    border-radius: 0 50px 50px 0;
}

.flowering_camera_title {
    width: 100%;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    color: #fff;
}

.flowering_camera_bg {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.flowering_camera_img_mo {
    display: none;
}

.flowering_camera_btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
}

.tour_info_flower_bg {
    position: absolute;
    bottom: -40px;
    left: 0px;
}

/*공지사항_홍보영상시청*/

.notice_video_wrap {
    display: flex;
    justify-content: space-between;
}

.notice_video {
    padding: 75px 0 85px 0;
    background: #EFEFEF;
}

.waheul_notice {
    width: 555px;
}

.waheul_notice_title_box {
    display: flex;
    justify-content: space-between;
    font-family: Jeju Myeongjo;
    font-size: 38px;
    color: #222;
    margin-bottom: 45px;
}

.waheul_notice_title_box a {
    cursor: pointer;
}

.waheul_notice_list {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.waheul_notice_list:hover .waheul_notice_list_title {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*... 말줄임표*/
}

.waheul_notice_list:hover .waheul_notice_list_day {
    font-weight: 500;
}

.waheul_notice_list_title {
	width: calc(100% - 90px);
    font-size: 18px;
    line-height: 40px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*... 말줄임표*/
}

.waheul_notice_list_day {
    line-height: 40px;
    width:97px;
    text-align:right;
    color: #666;
}

.waheul_video {
    position: relative;
    width: 467px;
    height: 267px;
    background: url(/images/waheul_video_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #fff;
    margin-left: 30px;
    border-radius: 50px;

}

.waheul_video_center {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.waheul_video_top {
    font-size: 24px;
    text-align: center;

}

.waheul_video_title {
    font-family: JalnanGothic;
    font-size: 32px;
    text-align: center;
    margin: 10px 0 26px 0;

}

.waheul_video_view_btn {
    width: 133px;
    height: 37px;
    border-radius: 23px;
    border: 1px solid #fff;
    line-height: 37px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.waheul_video_view_btn:hover {
    font-weight: 500;
    background: rgba(0, 0, 0, 0.50);
}

.waheul_video_view_bl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}

@media screen and (max-width: 1100px) {
    .visual_box_circle {
        position: absolute;
        right: 30px;
    }

}

@media screen and (max-width: 1024px) {
    .experience_contents_list {
        width: calc(33.3% - 13.3px)
    }

    .waheul_notice {
        width: calc(100% - 300px - 30px);
    }

    .waheul_video {
        width: 300px;
        height: 220px;
    }

    .flowering_camera {
        width: 280px;
    }

    .info_list_wrap {
        width: calc(100% - 260px);
    }


}

@media screen and (max-width: 900px) {
    .visual_box_circle {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .waheul_notice_list_day {
        display: none;
    }
    
    .waheul_notice_list_title {
		width: 100%;
	}

}


@media screen and (max-width: 600px) {
    .experience {
        padding: 58px 0 58px 0;
        background: url(/images/experience_bg_mo.jpg);
        background-repeat: no-repeat;
        background-position: unset;
        BACKGROUND-SIZE: cover;
    }

    .waheul_title_ex {
        font-size: 19px;
    }

    .waheul_title_ex span {
        display: block;
    }

    .waheul_title {
        font-size: 28px;
    }

    .experience_contents ul {
        flex-wrap: wrap;
    }

    .experience_contents_list {
        width: 100%;
        margin-bottom: 30px;
    }

    .experience_contents_btn {
        width: fit-content;
        margin: 0 auto;
        float: unset;
        display: flex;
        margin-top: 10px;
    }

    .tour_info {
        position: relative;
        padding: 57px 0 60px 0;
    }

    .tour_info_contents {
        flex-wrap: wrap;
        margin-top: 36px;
    }

    .info_list_wrap {
        margin-left: 20px;
        width: calc(100% - 20px);
        margin-bottom: 20px;
        height: 300px;

    }

    .info_view_contents {
        width: 242px;
    }

    .flowering_camera {
        margin-left: 20px;
        width: calc(100% - 20px);
        border-radius: 50px 0 0 50px;
        height: 300px;

    }

    .tour_info_flower_bg {
        display: none;
    }
    
    .visual_box {
		box-shadow: none;
	}

    .visual_box_title {
        position: absolute;
        top: 50px;
        left: 50px;
        text-align: unset;
    }

    .visual_box_title_ex span {
        display: block;
    }

    .flowering_camera_title {
        width: 100%;
        position: absolute;
        top: 50px;
        left: 50px;
        transform: translate(0, 0);
        text-align: unset;
    }

    .visual_box_bg {
        position: absolute;
        bottom: -10px;
        left: -10px;
    }

    .visual_box_bg img {
        width: 341px;
    }

    .flowering_camera_bg {
        position: absolute;
        bottom: -10px;
        left: unset;
        right: -70px;
    }

    .flowering_camera_img {
        display: none;
    }

    .flowering_camera_img_mo {
        display: block;
    }

    .info_list_wrap .indicator {
        bottom: 20px;
        left: 50px;
        right: unset;
        justify-content: flex-start;
    }

    .flowering_camera_btn {
        position: absolute;
        bottom: 70px;
        left: 50px;
        cursor: pointer;
    }

    .visual_box_title_top {
        font-size: 20px;
    }

    .visual_box_title_bold {
        font-size: 27px;
        margin: 10px 0 15px 0;
    }

    .visual_box_title_ex {
        font-size: 16px;
        line-height: 22px;
    }

    .notice_video_wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .waheul_notice {
        width: 100%;
    }

    .waheul_video {
        width: 100%;
        height: 220px;
        margin-left: 0;
        margin-top: 50px;

    }

    .notice_video {
        padding: 60px 0 60px 0;
    }

    .waheul_notice_title_box {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .all_menu_big_wrap {
        font-size: 18px;
    }
}


/*main_contents*/
.main_contents {
    padding: 140px 0;
}

.content-title {
    font-family: 'KIMM_Bold';
    color: #222222;
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}

.main_ex {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    text-align: center;
}

.main_service {
    margin-top: 64px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.main_service_contents {
    position: relative;
    width: calc(50% - 55px);
    height: 240px;
    padding: 0 20px;
    overflow: hidden;
    word-break: keep-all;
}

.main_service_product {
    background: #A79157;
}

.main_service_experience {
    background: #73AB61;
}

.main_service_contents_img {
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
}

.main_service_contents_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 120px 0px;
}

.main_service_contents_arrow {
    position: absolute;
    right: 11px;
    bottom: 12px;
}

.main_service_contents_txt {
    width: calc(100% - 40px);
    text-align: center;
    position: absolute;
    top: 91px;
    left: 20px;
}

.main_service_contents_title {
    color: #FFF;
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 26px;
}

.main_service_contents_ex {
    color: #FFF;
    font-weight: 500;
    line-height: 20px;
    font-size: 16px;
}

.main_service_contents:hover {
    cursor: pointer;
}

.main_service_contents_img img {
    transition: all 0.3s;
}

.main_service_contents:hover .main_service_contents_img img {
    transform: scale(1.02);
}

.main_service_contents_arrow {
    transition: all 0.3s;
}

.main_service_contents:hover .main_service_contents_arrow {
    right: 6px;
    bottom: 6px;
}

@media screen and (max-width: 768px) {
    .main_service {
        margin-top: 45px;
    }

    .main_service_contents_txt {
        top: 75px;
    }

    .main_service_contents {
        width: calc(50% - 40px - 1.5%);
    }
}

@media screen and (max-width: 480px) {
    .main_service {
        margin-top: 30px;
        display: block;
    }

    .main_service_contents {
        width: calc(100% - 40px);
        margin-bottom: 40px;
    }
}

/*메밀이야기*/
.main_story_box {
    width: 100%;
    background: url('/images/main_story_bg.png') no-repeat;
    background-size: cover;
}

.main_title_white {
    color: #fff;
    font-size: 32px;
}

.main_story_ex {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all;
}

.main_story {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
    display: grid;
    grid-template-columns:repeat(4, 20.5%);
    grid-column-gap: 6%;
}

.main_story_list img {
    width: 100%;
}

.main_story_list_img {
    transition-property: all;
    transition-duration: 0.5s;
}

.main_story_list_img:hover {
    transform: translateY(-15px);
}

.main_story_list_txt {
    color: #FFF;
    text-align: center;
    font-weight: 500;
    line-height: 15px;
    margin-top: 14px;
}

@media screen and (max-width: 768px) {
    .main_story {
        grid-template-columns:repeat(2, 45%);
        grid-column-gap: 10%;
        grid-row-gap: 40px;
        width: fit-content;
    }
}

@media screen and (max-width: 480px) {
    .main_story {
        grid-template-columns:repeat(2, 47%);
        grid-column-gap: 6%;
        grid-row-gap: 30px;
    }
}

/*
 * 위치 및 소개
 */

.main_info_ex {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.main_info_ex span {
    display: inline-block;
}

.main_info {
    margin-top: 55px;
    display: flex;
    flex-wrap: nowrap;
}

.kakao-map {
    width: MAX(45%, calc(100% - 480px - 5%));
    margin-right: 5%;
}

.kakao-map-info {
    width: 210px;
    padding: 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;
}

.main_address {
    width: 50%;
    max-width: 480px;
    word-break: keep-all;
}

.main_address_list {
    padding-bottom: 40px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.main_address_list li {
    margin-bottom: 24px;
    overflow: hidden;
    color: #333;
    line-height: 20px;
}

.main_address_title {
    display: inline-block;
    font-weight: 600;
    margin-right: 25px;
    width: 30px;
    vertical-align: top;
}

.main_address_txt {
    display: inline-block;
    font-weight: 300;
    width: calc(100% - 60px);
}

.main_info_list {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.main_info_list li {
    width: calc((100% - 50px) / 3);
    height: 96px;
    padding: 25px 12px;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 23px;
    word-break: keep-all;
}

.main_info_list li span {
    display: inline-block;
}

.main_info_list li:hover {
    cursor: pointer;
}

.memil_info {
    background: #73AB61;
}

.memil_info:hover {
    background: #FFF;
    color: #73AB61;
    border: 3px solid #73AB61;
    box-sizing: border-box;
}

.memil_awards {
    background: #A79157;
}

.memil_awards:hover {
    background: #FFF;
    color: #A79157;
    border: 3px solid #A79157;
    box-sizing: border-box;
}

.memil_inquiry {
    background: #E35F48;
}

.memil_inquiry:hover {
    background: #FFF;
    color: #E35F48;
    border: 3px solid #E35F48;
    box-sizing: border-box;
}


@media screen and (max-width: 960px) {
    .main_contents {
        padding: 80px 0;
    }

    .main_info {
        flex-direction: column-reverse;
    }

    .kakao-map {
        height: 450px;
        width: 100%;
    }

    .main_address {
        width: 100%;
        max-width: unset;
        margin-bottom: 40px;
    }

    .memil_info {
        line-height: 46px !important;
    }
}

@media screen and (max-width: 768px) {
    .main_contents {
        padding: 50px 0;
    }

    .kakao-map {
        height: 360px;
    }

    .main_address {
        margin-bottom: 30px;
    }

    .main_info_list li {
        padding: 25px 4%;
    }

    .memil_info {
        line-height: unset !important;
    }
}

@media screen and (max-width: 600px) {
    .memil_info {
        padding: 15px 4% !important;
        line-height: 22px !important;
    }
}

@media screen and (max-width: 480px) {
    .main_info_list li {
        width: 31%;
        font-size: 16px;
    }

    .kakao-map {
        height: 280px;
    }
}

@media screen and (max-width: 320px) {

}