/**
 * create by genduck
 * genduck 공통 스타일
 */
/*폰트*/
/*@import url("https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css");*/
/*@import url("https://fonts.googleapis.com/earlyaccess/nanumgothic.css");*/


@import url("//cdn.jsdelivr.net/font-nanum/1.0/nanumgothic/nanumgothic.css"); /* 나눔고딕 : 한국서버 빠름*/ 
@import url("//cdn.jsdelivr.net/font-nanum/1.0/nanumpenscript/nanumpenscript.css"); /* 나눔바른고딕 : 한국서버 빠름*/ 
/* @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumgothiccoding/nanumgothiccoding.css); 나눔고딕코딩 : 한국서버 빠름*/ 
/* @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanummyeongjo/nanummyeongjo.css);  나눔명조 : 한국서버 빠름*/ 
/* @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumpenscript/nanumpenscript.css);  나눔펜 손글씨 : 한국서버 빠름*/ 
/* @import url(//cdn.jsdelivr.net/font-nanum/1.0/nanumbrushscript/nanumbrushscript.css);  나눔브러쉬 손글씨 : 한국서버 빠름*/


/*메인화면 스타일*/

.q_menu_area{
    position:fixed;
    top:520px;
    right:0px;
    
    z-index:1000;
}
.q_menu_area > div{
    width:150px;
    height:100%;
}
.q_menu{
    height:270px;
}
/*갤러리 리스트*/
.gallery_list{

}
.gallery_list div a{
    display:inline-block;
    width:100%;
    /*
    background-position:center;
    background-repeat:no-repeat;
    */
}

.gallery_box_title{font-size:24px;}
.gallery_box_summary{font-size:18px;}
/*@end 갤러리 리스트*/


.middle_menu_wrap{
    background:url(/views/_layout/fongdang/images/banner/pc_bg.jpg) no-repeat center center;
}
.middle_menu_list{
}


.middle_menu_list div a {
    display: inline-block;
    height:300px;
    width:100%;
}
.middle_menu_list_icon_box{
    display:inline-block;
    width:100%;
    height:100%;
    text-align:center;
    background-color: rgba(0, 0, 0, 0.56);
    opacity:0.5;
}
.middle_menu_list_icon_box img{
    position:absolute;
    top:50%;
    left:50%;
    margin:-35px 0 0px -20px;
    cursor:pointer;
}
.middle_menu_list_icon_box span{
    position:absolute;
    top:50%;
    left:50%;
    margin:20px 0 0px -35px;
    font-size:18px;
    color:#FFFFFF;
}
.middle_menu_list_icon_box:hover{
    opacity:1.0;
}

.blog_list_wrap{
    background-color: rgba(76, 76, 76, 0.56);
}

.blog_list{
}
.blog_list_box{}

.blog_list_article{

    background-color: rgba(0, 0, 0, 0.56);
    padding:10px 0 10px 0;
    font-size:18px;
    color:#FFFFFF;
    width:100%;
    display:none;
}

.subpage{
}
.blog_list_article_title{
    position:absolute;
    top:0;
    margin-top:5px;
    width:calc(100% - 10px);
}
.blog_list_article_summary{
    position:absolute;
    top:100%;
    margin-top:-52px;
    width:calc(100% - 10px);
}

.blog_list_article_title_mobile{
    margin-top:0px;
    width:100%;
    display:block;
}
.blog_list_article_summary_mobile{
    margin-top:-45px;
    width:100%;
    display:block;
}




.map_wrap{
    width:100%;
    height:600px;
}


/* 서브페이지 */
.subpage-top-banner{
    position:absolute;
    width:100%;
    height:230px;
    top:0;
    left:0;
    margin-top:50px;
}
.subpage-top-banner div{
    color:#FFFFFF;
}
.subpage-top-banner div:first-child{
    margin-top:90px;
}
.subpage-header-bump{
    height:230px;
}
/* 서브페이지-마을소개 */
.subpage-story-banner{
    width:100%;
    top:0;
    left:0;
}
.story_page_list{
    height:350px;
}

.story_page_list:nth-child(odd){
    background-color:#CCCCCC;

}
.story_page_list:nth-child(2n) {
    background-color:#E5E5E5;
}

.story_page_list_image{
    position:absolute;
    width:300px;
    height:320px;
    margin-top:10px;
    padding-bottom:10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left:50%;
    cursor:pointer;
}
.story_page_list_image_0{
    margin-left:200px;
}
.story_page_list_image_1{
    margin-left:-600px;
}

.story_page_list_summary{
    position:absolute;
    width:700px;
    height:320px;
    margin-top:10px;
    padding-bottom:10px;
    left:50%;
}
.story_page_list_summary_0{
    margin-left:-500px;

}
.story_page_list_summary_1{
    margin-left:-200px;
}

.story_page_list_summary_1 .story_page_list_summary_title{
    text-align:right;
}
.story_page_list_summary_1 .story_page_list_summary_line{
    float:right;
}

.story_page_list_summary_title{
    margin-top:50px;
    color:#0089D0;
    font-size:30px;
    font-weight:bold;
}
.story_page_list_summary_line{
    width:55px;
    border:2px solid #D66624;
    margin-top:5px;
    margin-bottom:10px;
}
.story_page_list_summary_content{
    color:#000000;
    font-size:17px;
    word-spacing: inherit;
    line-height:200%;
}





.story_page_list_box{
    width:1150px;
    height:100%;
    margin:0 auto;
}
.story_page_list_title{}
/* 서브페이지-시설안내 */
.subpage-info-banner{
    width:100%;
    top:0;
    left:0;
}

.info_page_list{
    height:280px;
}
.info_page_list:nth-child(odd){
    background-color:#CCCCCC;
}
.info_page_list:nth-child(2n) {
    background-color:#E5E5E5;
}

.info_page_list_box{
    width:1150px;
    height:100%;
    margin:0 auto;
}
.info_page_list_title{
    position:absolute;
    width:200px;
    background-color: rgba(0, 0, 0, 0.6);
    color:#FFFFFF;
    text-align:center;
    padding:15px;
    letter-spacing:1px;
    left:50%;
    margin-left:-100px;
    margin-top:115px;
    cursor:pointer;
}

.full_slider{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-450px;
    margin-top:-450px;
    width:900px;
    height:900px;
    z-index:1001;
}

.subpage-info-banner-bump{
    height:1445px;
}

.full_image_slider{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    min-height:100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index:1000;
    display:none;
}
.full_image_slider_close{
    position:fixed;
    top:0;
    left:100%;
    margin-left:-60px;
    margin-top:10px;
    display:block;
    font-size:50px;
    width:50px;
    height:50px;
    z-index:1001;
    color: #d9d7d7;
    cursor:pointer;
    display:none;
}

.full_image_slider_close:hover{
    color:#FFFFFF;
}

#mainCampingMapAlert{
    position:absolute;
    display:none;
    width:200px;
    padding:10px;
    border:1px solid red;
    background-color: #e4e3e2;
    border:1px solid #c0c0c0;
}

.show_camping_site_box{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-250px;
    margin-left:100px;
    width:300px;
    height:200px;
    border:3px solid #FFFFFF;
    background-color: #dadada;
    background-position:center;
    background-repeat:no-repeat;
    background-size: cover;
}
.show_camping_site_box_title{
    position:absolute;
    margin-top:-20px;
    margin-left:-3px;
    padding:5px 0 5px 0;
    background-color: #FFFFFF;
    border-radius:10px 10px 0 0;
    width:300px;
    height:30px;
    color:#000000;
}

.map_camping_alert_close{
    position:absolute;
    left:100%;
    margin-top:-20px;
    margin-left:-20px;
    font-size:25px;
    color:#FFFFFF;
    cursor:pointer;

}


/*loading */
.blog_loader {
    position:absolute;
    top:50%;
    left:50%;
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #0089D0; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left:-60px;
    margin-top:-60px;
    animation: spin 2s linear infinite;
}
/*@end loading */

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/*begin media */
@media screen and (max-width:1200px) {
    .gallery_box_title{font-size:24px;}
    .gallery_box_summary{font-size:18px;}

    .blog_list_title{font-size:24px;}
    .blog_list_summary{font-size:18px;}


    .info_page_list_box{
        width:100%;
    }
}
@media screen and (max-width:1000px) {
    .gallery_box_title{font-size:20px;}
    .gallery_box_summary{font-size:14px;}

    .middle_menu_list div a {
        height:200px;
    }
    .blog_list_title{font-size:20px;}
    .blog_list_summary{font-size:14px;}

    .info_page_list{
        height:240px;
    }
    .info_page_list_title{
        padding:10px;
    }



    .story_page_list_box {
        width: 1000px;
    }
    .story_page_list_image{

        width:200px;
        height:320px;

    }
    .story_page_list_image_0{
        margin-left:200px;
    }
    .story_page_list_image_1{
        margin-left:-400px;
    }

    .story_page_list_summary{

        width:500px;
        height:320px;
        margin-top:10px;
        padding-bottom:10px;
    }
    .story_page_list_summary_0{
        margin-left:-400px;

    }
    .story_page_list_summary_1{
        margin-left:-130px;
    }

}



@media screen and (max-width:770px) {
    .gallery_box_title{font-size:18px;}
    .gallery_box_summary{font-size:12px;}
    .middle_menu_wrap{
        background:url(/views/_layout/fongdang/images/banner/mobile_bg.jpg) no-repeat center center;
    }
    .middle_menu_list div a {
        height:200px;
        width:60%;
    }
    .blog_list_title{font-size:18px;}
    .blog_list_summary{font-size:12px;}
    .map_wrap{
        height:300px;
    }

    .q_menu_area{
        display:none;
    }

    .subpage-top-banner{
        height:180px;
        margin-top:60px;
    }
    .subpage-top-banner div:first-child{
        margin-top:55px;
    }
    .subpage-header-bump{
        height:180px;
    }



    .info_page_list{
        height:190px;
    }
    .info_page_list_title{
        margin-top:80px;
    }



    .story_page_list_box {
        width: 100%;
    }
    .story_page_list_image{

        width:200px;
        height:320px;

    }
    .story_page_list_image_0{
        margin-left:100px;
    }
    .story_page_list_image_1{
        margin-left:-300px;
    }

    .story_page_list_summary{

        width:400px;
        height:320px;
        margin-top:10px;
        padding-bottom:10px;
    }
    .story_page_list_summary_0{
        margin-left:-300px;

    }
    .story_page_list_summary_1{
        margin-left:-80px;
    }
}


@media screen and (max-width:500px) {
    .info_page_list{
        height:110px;
    }
    .info_page_list_title{
        margin-top:40px;
        padding:5px;
    }
    .full_slider {
        top:50px;
        left:0px;
        margin-left: 0px;
        margin-top: 0px;
        width: 100%;
    }




    .story_page_list_image{

        width:100px;
        height:320px;

    }
    .story_page_list_image_0{
        margin-left:50px;
    }
    .story_page_list_image_1{
        margin-left:-170px;
    }

    .story_page_list_summary{

        width:200px;
        height:320px;
        margin-top:10px;
        padding-bottom:10px;
        overflow:hidden;

    }
    .story_page_list_summary_0{
        margin-left:-150px;

    }
    .story_page_list_summary_1{
        margin-left:-50px;
    }
}
/*@end media*/



.swiper_container_banner {
    width:1200px;
    overflow:hidden;
}
.swiper_container_banner .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.swiper_container_banner .swiper-wrapper .swiper-slide{
    text-align: center;
    font-size: 15px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}





/*begin datepicket style custom */
.datepicker input[readonly] {/*키패드 오픈금지*/
    background-color:#FFFFFF;
}

.ui-datepicker-header {
    border: none;
    background-color: #a3d143;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.14);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjI3Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.27) 0%, rgba(255,255,255,.27) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.27) 0%, rgba(255,255,255,.27) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.27) 0%, rgba(255,255,255,.27) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.27) 0%, rgba(255,255,255,.27) 100%);
}

.ui-datepicker-header .ui-state-hover {
    background: #8dc532;
    border-color: transparent;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    border: 1px solid rgba(121,188,27,.68);
    background: #a3d143;
    color: #fff;
    text-shadow: 0 -1px 0 #30332a;
}
/*@end datepicket style custom */




/* bootsrap css custom*/


.bg-header{
  /*  background-color: #333333;*/
    background-color: #FFFFFF;
}


.nav-menu-font{
    color:#000000!important;
    font-weight:normal;
}
.nav-menu-font:hover{
    color:#C23B46!important;
}

.letter-spac2{
    letter-spacing: 2px;
}
.letter-spac3{
     letter-spacing: 3px;
}
.letter-spac4{
    letter-spacing: 4px;
}
.letter-spac5{
    letter-spacing: 5px;
}
.letter-spac10{
    letter-spacing: 10px;
}

.under-line{
    text-decoration: underline;
    text-underline-position: under;
}

.font-nanumbrush{
    font-family: 'Nanum Pen Script', cursive;
}

.font-nanumgothic{
    font-family: 'Nanum Gothic', serif;
}

.m-btn-menu {
    background: url(/views/_layout/fongdang/images/header/list_icon.png); /* Your icon */
    position: relative; /* Allows an absolute positioned psuedo element */
}

.m-btn-menu::after{
    position: absolute; /* Positions psuedo element relative to .icon */
    width: 100%; /* Same dimensions as .icon */
    height: 100%;
    content: ""; /* Allows psuedo element to show */
    background: #fbfdff; /* The color you want the icon to change to */
    mix-blend-mode: multiply; /* Only apply color on top of white, use screen if icon is black */
}

.layout_top_wrap_shadow{box-shadow:0px 5px  5px -2.5px #b5b5b5;}/*3px 3px 5px 6px #ccc*/



