@charset"utf-8";
/******************************* 전체 *********************************/
* {
    margin: 0;
    padding: 0;
    font-family: ;
}
li {
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
h1 {
    font-size: 20px;
    text-align: center;
    padding: 20px;
}
h2 {
    display: inline-block;
    font-size: 20px;
    padding: 25px;
    color: #99a;
    margin-bottom: 30px;
}
h3 {
    font-size: 19px;
    padding: 5px;
/*    border-bottom: 1px solid #000;*/
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    padding: 10px;
    text-align: left;
}




.click {
    font-weight: bold;
}
.click+ul {
    display: block!important;
}
.non-scroll {
    overflow: hidden;
}
.clear::after {
    content: '';
    display: block;
    clear: both;
}












/****************************** header ***********************************/
header {
    max-width: 1024px;
    width: 100%;
/*    height: 120px;*/
    box-sizing: border-box;
/*    margin-bottom: 30px;*/
    margin: 0 auto;
}



/* gnb 버튼 */
.gnb_btn_o {
    position: absolute;
    top: 15px;
    left: 0;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
.gnb_btn_c {
    position: absolute;
    top: 15px;
    left: 0;
    display: none;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    z-index: 500;
}
.gnb_btn_o::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 9px;
    left: 5px;
    transform: rotate(45deg);
    cursor: pointer;
}
.gnb_btn_c::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    position: absolute;
    top: 9px;
    left: 15px;
    transform: rotate(-45deg);
    cursor: pointer;
    z-index: 500;
}
.gnb_btn_c::before {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 400;
}
.gnb_btn_o a, .gnb_btn_c a {
    width: 40px;
    height: 40px;
    background: #99a;
    display: block;
    z-index: 500;
}
/* gnb */
.gnb {
    position: absolute;
    top: 0;
    left: -80%;
    background: #fff;
    width: 80%;
    height: 100vh;
    z-index: 500;
}
.gnb li {
    margin-top: 50px;
    margin-left: 40px;
}
.gnb li a {
    display: block;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
}

.gnb>li {
/*    float: left;*/
    position: relative;
}
.gnb>li>a {
    font-size: 18px;
    font-weight: bold;
}
.gnb>li>a:hover {
    color: #99a;
}
.gnb ul ul {
    display: none;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.gnb>ul>li {
    width: 80%;
}
.gnb ul li:hover {
    color: #fff;
    background: #99a;
}
.gnb p {
    font-weight: bold;
    font-size: 16px;
}








/****************************** 메인 ***********************************/
/* 슬라이드 */
.slide {
    width: 300%;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.slide li {
    float: left;
    width: calc(100%/3);
    padding-bottom: 70%;
}
.slide img {
    display: block;
    width: 100%;
    height: 100%;
}
/*.slide li:nth-child(1) {
    background: url(../img/%ED%98%B8%EB%9E%91%EC%9D%B401.jpg) no-repeat center;
    background-size: cover;
}
.slide li:nth-child(2) {
    background: url(../img/%ED%91%9C%EB%B2%9401.jpg) no-repeat center;
    background-size: cover;
}*/
.main .part01 {
    width: 100%;
    height: 200px; 
    overflow: hidden;
    position: relative;
}




/* 전주동물원 설명 */
.main .part02 {
    width: 100%;
    height: 250px;
    background: #99a;
}
.part02 .content {
    margin: 0 auto;
    width: 70%;
    padding-top: 50px;
    color: #fff;
}
.part02 span {
    font-weight: bold;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}


/* 드림랜드 */
.main .part03 {
    width: 100%;
    height: 300px;

}
.part03>div {
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
    max-width: 600px;
}
.part03>div>p {
    font-size: 25px;
    text-align: center;
    margin: 20px 20px 10px;
    font-weight: bold;
}
.go_sub02 {
    position: relative;
    top: -30px;
    right: 0;
}
.part03 table td {
    background: #fff;
}
.go_sub02 a {
    display: block;
    width: 80px;
    float: right;
}
.go_sub02 a p {
    float: left;
}
.go_sub02 a .btn {
    border: 2px solid #99a;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: block;
    position: relative;
    top: 2px;
    left: 4px;
    float: left;
}
.go_sub02 a .btn::after {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #99a;
    border-right: 2px solid #99a;
    transform: rotate(45deg);
    top: 3px;
    left: 2px;
}











/****************************** 서브01 ***********************************/
/* sub03 */
.h2_bg{
    border-bottom: 1px solid #99a;
    width: 100%;
    margin-bottom: 10px;
}
.h2_bg h2 {
    text-align: left;
    font-size: 20px;
    margin: 0;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}



/* sub01 sub02 네비 */
.zoo_go, .park_go {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 50px;
    background: #99a;
}
.zoo_go p {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.zoo_go p:hover {
    font-weight: bold;
}
.zoo_go a:hover, park_go a:hover {
    background: #99a;
    color: #fff;
}

.zoo_go>ul>li {
    width: calc((100% - 30px)/4);
    float: left;
    text-align: center;
    margin-right: 10px;
    box-sizing: border-box;
}
.park_go>ul>li {
    box-sizing: border-box;
    width: calc((100% - 10px)/2);
    float: left;
    text-align: center;
    margin-right: 10px;
}
.zoo_go>ul>li:last-child, .park_go>ul>li:last-child {
    margin-right: 0;
}
.zoo_go>ul>li>a, .park_go>ul>li>a {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
}
.zoo_go>ul>li>a:hover, .park_go>ul>li>a:hover {
    box-sizing: border-box;
    color: #fff;
}
/*.zoo_go>ul>li>a:hover+ul {
    display: block;
}*/
.zoo_go>ul>li:nth-child(3) li a {
    display: block;
    padding: 15px 0;
}
.zoo_go>ul>li:nth-child(4) li a {
    display: block;
    padding: 15px 0;
}

.zoo_go>ul>li>ul, .park_go>ul>li>ul {
    display: none;
}
.zoo_go>ul>li:hover>ul, .park_go>ul>li:hover>ul {
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #ccc;
}

/*
.zoo_go>ul>li:target>ul {
    display: block;
}
*/
.zoo_go>ul>li>ul a:hover, .park_go>ul>li>ul a:hover {
    display: block;
    width: 100%;
    height: 100%;
    background: #99a;
    color: #fff;
}
.zoo_go>ul ul ul {
    display: none;
    border-bottom: 1px solid #ccc;
}
.zoo_go ul ul ul li a, .park_go ul ul li a {
    display: block;
    padding: 15px 0;
}







/* 컨텐츠 */
.main {
    max-width: 1024px;
    margin: 0 auto;
}
.main img {
    width: 100%;
}



main {
    text-align: center;
    margin: 0 auto 30px;
    width: 90%;
}
main ul li {
    display: block;
    font-size: 15px;
    margin: 0 10px 20px;
}
main ul li .img {
    margin: 0 auto;
    max-width: 309px;
    height: 80%;
    overflow: hidden;
}
main ul li .img img {
    width: 100%;
    display: block;
}
main ul li p {
    padding-bottom: 6px;
    text-align: left;
    font-size: 14px;
}
/*main ul span {
    font-weight: bold;
    display: block;
    padding: 10px 0 5px;
}*/



.write {
    margin-left: 10px;
}
.write p {
    margin-left: 30px;
}







/****************************** 서브02 ***********************************/
.sub02_pa h3 {
    border: 0;
    margin-bottom: 0;
}




/* 네비 */
.list_go {
    border: 1px solid #99a;
    padding: 10px;
}
.list_go li {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    display: block;
    width: 20%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;
    font-size: 13px;
}
.list_go li a:hover {
    display: block;
    width: 100%;
    height: 100%;
    background: #99a;
    color: #fff;
}



.list p {
    font-size: 15px;
}
.list>div {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 20px;
    text-align: left;
}
.list>div p {
    padding: 10px 0;
}
.list .img {
    position: relative;
    width: 100%;
    height: 300px;
    float: left;
/*    margin-right: 30px;*/
}
.list .img div {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}
.list div:hover .img div {
    display: block;
}
.list .img div h4 {
    padding-left: 0;
    margin-top: 10%;
    text-align: center;
}
/*.list .img+div {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 200px;
    text-align: center;
    display: none;
}
.list .img+div h4 {
    margin-top: 10px;
}*/
.list>div:nth-child(1) .img {
    background: url(../img/02010201.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(2) .img {
    background: url(../img/02010202.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(3) .img {
    background: url(../img/02010203.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(4) .img {
    background: url(../img/02010204.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(5) .img {
    background: url(../img/02010205.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(6) .img {
    background: url(../img/02010206.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(7) .img {
    background: url(../img/02010207.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(8) .img {
    background: url(../img/02010208.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(9) .img {
    background: url(../img/02010209.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(10) .img {
    background: url(../img/02010210.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(11) .img {
    background: url(../img/02010211.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(12) .img {
    background: url(../img/02010212.jpg) no-repeat center;
    background-size: cover;
}
.list>div:nth-child(13) .img {
    background: #eee;
}
.list>div:nth-child(14) .img {
    background: url(../img/02010214.jpg) no-repeat center;
    background-size: cover;
}






/*.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
}*/
.swiper-container {
      width: 100%;
      height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    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;
}









.sub02_oca p {
    margin-bottom: 10px;
    font-size: 14px;
}









/****************************** 서브03 ***********************************/
/* 네비 */
.lnb {
    background: #99a;
}
.lnb li {
    box-sizing: border-box;
    width: calc(100%/2);
    float: left;
    margin: 0;
    padding: 5px;
}
.lnb li a {
    padding: 10px;
    font-size: 13px;
}

.lnb li:hover {
    box-sizing: border-box;
    color: #fff;
/*    border-bottom: 1px solid #99a;*/
}





.intro, .his {
    text-align: left;
    margin: 0 20px;
    padding: 20px;
    border: 1px solid #99a;
    border-radius: 20px;
}
.intro {
    margin-bottom: 30px;
}
.intro p, .his p {
    margin-bottom: 10px;
    font-size: 14px;
}






table {
    margin: 0 auto 50px;
    border-collapse: collapse;
    font-size: 13px;
    width: 100%;
}
table th, table td {
    padding: 10px 5px;
}
table th {
    border: 1px solid #fff;
    background: #99a;
    color: #fff;
}
table td {
    border: 1px solid #99a;
}



.fee {
    width: 100%;
    margin: 0;
}
table th, table td {
    font-size: 11px;
}
.fee+.ac {
    margin-left: 10px;
    margin-bottom: 30px;
}
.ac li {
    border: 0;
    padding: 5px 0 0;
    margin: 0;
    text-align: left;
    font-size: 13px;
    float: none;
    width: 100%;
}







.store h4 {
    font-size: 17px;
    text-align: left;
    color: #99a;
    padding-top: 0;
}
.store div {
    margin-bottom: 15px;
    border: 1px solid #99a;
    border-radius: 5px;
    padding: 10px;
}
.store ul {
    margin-left: 20px;
}
.store li {
    border: 0;
    margin: 0;
    padding: 2px;
    text-align: left;
    font-size: 14px;
}





/* 지도 */
.map iframe {
    width: 100%;
}

.park_going tr:last-child td {
    text-align: left;
    padding-left: 20px;
}




/* 플로팅 */
.goTop {
    position: fixed;
    right: 5%;
    bottom: 10%;
    z-index: 400;
    border-radius: 50px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    display: none;
    border: 5px solid #99a;
    background: #fff;
}
.goTop a::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 5px solid #99a;
    border-right: 5px solid #99a;
    transform: rotate(-45deg);
    position: absolute;
    top: 19px;
    left: 13px;
}
.goTop a {
    display: block;
    width: 50px;
    height: 50px;
}










/* ready */
.ready {
    text-align: center;
    margin: 0 auto;
    margin-top: 100px;
}
.ready img {
    width: 200px;
}
.ready h2 {
    margin: 0;
    width: 100%;
    padding-left: 0;
}
.ready p {
    padding-bottom: 5px;
}







/* 푸터 */
footer {
    text-align: center;
    padding: 20px;
    background: #99a;
    color: #fff;
    font-size: 12px;
}




@media all and (max-width: 550px) {
    
}
@media all and (min-width: 551px) {
    header {
        margin-bottom: 0;
    }
    /*.gnb ul {
        z-index: 300;
    }*/
    
    
    
    
    
    .main .part01 {
        width: 100%;
        height: 600px; 
        overflow: hidden;
        position: relative;
    }
    .slide {
        width: 3000px;
        flex-wrap: nowrap;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slide li{
        width: 1280px;
        float: left;
    }
    
    
    .main .part02 {
/*        margin: 20px 0;*/
        height: 250px;
    }
    .part02 .content {
        padding-top: 80px;
    }
    
    
    
    
    
    
    
    
    .zoo_go>ul, .park_go>ul {
        position: relative;
        width: 100%;
    }
    .zoo_go>ul>li:hover>ul {
        position: absolute;
        left: 0;
        width: 100%;
    }
    .zoo_go>ul>li>ul>li {
        float: left;
        width: 20%;
    }
    .zoo_go ul ul ul {
        position: absolute;
        left: 0;
        width: 100%;
        background: #eee;
    }
    .zoo_go ul ul ul li {
        display: block;
        float: left;
        width: 20%;
        margin: 0;
        font-size: 14px;
    }
    
    
    
    
    main {
        margin: 0 auto 30px;
        width: 100%:
    }
    
    h3 {
        font-size: 15px;
        text-align: left;
    }
    .zoo>li {
        float: left;
        width: 100%;
        margin: 0 20px 20px 0;
        box-sizing: border-box;
        padding: 0;
    }
    .zoo>li:nth-child(2n) {
        margin-right: 0;
    }
    .zoo>li {
        border: 0;
        text-align: left;
    }
    .zoo li .img {
        margin: 0 0 10px;
        height: 250px;
        max-width: 100%;
    }
    .zoo li .img img {
        margin-top: -100px;
    }
    
    
    
    
    .write h4 {
        padding-left: 0;
    }
    .write p {
        margin-left: 10px;
        font-size: 15px;
    }
    
    
    
    /*.list .img {
        max-width: 200px;
        height: 200px;
        margin-right: 20px;
    }
    .list>div:nth-child(2n) {
    }
    .list li {
        float: none;
        width: 100%;
        margin: 0;
        padding-top:10px; 
        padding-bottom: 10px; 
    }*/
    
    .lnb li {
        width: calc(100%/3);
    }
    
    
    .intWrap h3 {
        margin-left: 40px;
    }
}
@media all and (min-width: 1024px) {
    header {
        margin: 0 auto;
        position: relative;
        z-index: 500;
        max-width: 1280px;
    }
    h1 {
        float: left;
    }
    .main {
        max-width: 1280px;
    }
    /*
    .main .part01 {
        width: 100%;
        height: 1000px; 
        overflow: hidden;
        position: relative;
    }
    .slide {
        width: 6000px;
        flex-wrap: nowrap;
        position: absolute;
        top: 0;
        left: 0;
    }
    .slide li{
        width: 1900px;
        float: left;
    }
    
    .main .part02 {*/
/*        margin: 20px 0;*/
    /*    height: 200px;
    }
    .part02 .content {
        padding-top: 60px;
    }
    
    
    
    
    }*/
    .gnb_btn_o {
        display: none;
    }
    .header {
        position: relative;
    }
    .gnb {
        position: absolute;
        background: none;
        top: 0;
        left: 40%;
        width: 60%;
        height: 100%;
    }
    .gnb>ul>li {
        text-align: center;
        float: left;
        width: calc(100%/3);
        margin-left: 0;
        margin-top: 10px;
    }
    /*.gnb {
        display: block;
        float: right;
        margin: 0 auto;
        margin-top: 20px;
        right: 0;
    }
    .gnb li a {
        padding: 15px 20px;
        width: 210px;
    }

    .gnb>li {
        position: relative;
    }
    .gnb>li>a {
        font-size: 18px;
        font-weight: bold;
    }
    .gnb ul {
        display: none;
        position: absolute;
        z-index: 300;
    }
    
    
    .zoo_go, .park_go {
        margin-top: 50px;
        width: 70%;
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
    .zoo_go>ul>li, .park_go>ul>li {
        position: relative;
    }
    .zoo_go>ul>li:hover>ul, .park_go>ul>li:hover>ul {
        position: absolute;
        left: calc((100% - 200px)/2);
        width: 200px;
    }*/
    
    
    
    
    
    
    
    
    
    /*main {
        width: 100%;
        max-width: 1280px;
    }
    h3 {
        text-align: left;
        padding-left: 20px;
        font-size: 23px;
    }*/
    /*main>ul>li {
        border: 0;
        text-align: left;
    }
    main>ul>li:nth-child(2n) {
        border: 0;
        float: right;
        text-align: right;
    }
    
    main>ul>li .img {
        margin:  0 30px;
        display: inline-block;
        float: left;
    }
    main>ul>li:nth-child(2n) .img {
        float: right;
    }*/
    
    
    h3 {
        font-size: 15px;
        text-align: left;
    }
    .zoo li .img {
        margin: 0 auto;
        width: calc((100% - 20px)/2);
        height: 300px;
        overflow: hidden;
        margin-right: 10px;
        display: inline-block;
        float: left;
    }
    .write {
        float: right;
        width: calc((100% - 20px)/2);
        box-sizing: border-box;
    }
    
    
    
    /*
    .img img {
        width: 100%;
        display: block;
    }
    
    .write {
        float: left;
        width: calc((100% - 20px)/3*2);
    }
    .write p {
        font-size: 15px;
    }
    
    
    
    .list_go li:nth-child(2n) {
        float: left;
        text-align: center;
    }
    
    .list>div {
        width: calc((100% - 40px)/3);
        box-sizing: border-box;
        padding: 10px;
        float: left;
        font-size: 14px;
    }*/
    
    /*.ac>li:nth-child(2n) {
        float: none;
        text-align: left;
    }*/
    
    
    
    /*.lnb {
    }
    .lnb ul {
    }
    .lnb li {
        box-sizing: border-box;
        width: calc(100%/6);
        font-size: 14px;
    }
    .lnb li a {
        display: block;
    }*/
    
}