﻿@charset "utf-8";


.sub_wrap{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: -135px;
    max-height: 100vh;
    /* height: -webkit-fill-available;
    height: fill-available; */
    /* background-color: #F4FCF4; */
    padding-top: 320px;
    padding-left: 15px;
    padding-right: 15px;
}
.menu_list_wrap{
    display: none;
    position: absolute;
    top: 95px;
    z-index: 200;
}
.menu_list_wrap .menu_wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.menu_list_wrap .menu_wrap > div > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
}
.menu_list_wrap .menu_wrap > div.qr > a img{
    width: 55px;
    height: 55px;
}
.menu_list_wrap .menu_wrap > div.insect > a img,
.menu_list_wrap .menu_wrap > div.lang > a img{
    transform: scale(0.6);
}
.sub_wrap .visite_site{
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    height: calc(100vh - 200px);
    /* height: -webkit-fill-available;
    height: fill-available; */
    padding: 0px;
}
.sub_wrap .visite_site .border_wrap{
    position: relative;
    width: 100%;
    /* min-height: 140px; */
    height: 140px;
    max-height: 37%;
    /* border: 1px solid #F4FCF4; */
    border-radius: 15px;
    margin-bottom: 13px;
    overflow: hidden;
}
.sub_wrap .visite_site .border_wrap::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
}
.sub_wrap .visite_site .border_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.sub_wrap .visite_site .border_wrap:last-of-type{
    margin-bottom: 0px;
}
/* .sub_wrap .visite_site .border_wrap::before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 0;
} */
.sub_wrap .visite_site .border_wrap p{
    position: absolute;
    top: 10%;
    left: 5%;
    font: bold 17px 'Cafe24Ssurround';
    color: #fff;
    z-index: 1;
}
.sub_wrap .visite_site .border_wrap .absolute_wrap > div{
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: 10%;
    right: 5%;
}
.sub_wrap .visite_site .border_wrap .watch img{
    width: 90px;
}
.sub_wrap .visite_site .border_wrap .place img{
    width: 68px;
}
/* .sub_wrap .visite_site .border_wrap button{
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #00000059;
    padding: 4px;
}  
.sub_wrap .visite_site .border_wrap button > span{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 12px 'NotoSansKR-Regular';
    color: #fff;
} 
.sub_wrap .visite_site .border_wrap button > span::after{
    content: '';
    margin-left: 10px;
    width: 19px;
    height: 19px;
    border-radius: 50%;
}
.sub_wrap .visite_site .border_wrap button.watch > span::after{
    content: '';
    background: #fff url('/assets/image/main/icon_i.svg') no-repeat center center;
}
.sub_wrap .visite_site .border_wrap button.place > span::after{
    content: '';
    background: #fff url('/assets/image/main/icon_place.svg') no-repeat center center;
} */

/* docent */
.docent_info_see{
    overflow-y: hidden;
    width: 100%;
    height: 100vh;
    height: -webkit-fill-available;
    height: fill-available;
}
.docent_wrap .explain_box{
    position: relative;
    width: 100%;
    background-color: #fff;
    /* height: 175px; */
    overflow: hidden;
    padding-left: 23px;
}
.docent_wrap .explain_box::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    background-color: #FF7700;
}
.docent_wrap .explain_box h4{
    font: 20px 'Cafe24Ssurround';
}
.docent_wrap .explain_box p{
    font: 14px 'NotoSansKR-Light';
    margin-top: 16px;
    overflow-y: auto;
    height: 80px;
}
.docent_wrap .img_box{
    height: 270px;
}
.docent_wrap .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.docent_wrap .docent_view{
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    background-color: #F2F2F2;
}
.docent_wrap  .tit_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.docent_wrap  .tit_wrap > div{
    display: flex;
}
.docent_wrap  .tit_wrap > div > button > img{
    width: 35px;
    height: 35px;
}
.docent_wrap .docent_view .list_box > ul{
    height: calc(100% - 445px);
    display: flex;
    flex-direction: column;
    gap: 6px 0;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
}
.docent_wrap .docent_view .list_box > ul > li > a{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    font: 17px 'NotoSansKR-Regular';
    cursor: pointer;
}
.docent_wrap .docent_view .list_box > ul > li > a::before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 100%;
    background-color: #EEEEEE4D;
    transition: all .3s;
}
.docent_wrap .docent_view .list_box > ul > li > a:hover::before{
    background-color: #3988CC80;
}
.docent_wrap .docent_view .list_box > ul > li > a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    background: url('/assets/image/icon_next.png') no-repeat center center;
    background-size: contain;
}
.docent_wrap .docent_view .list_box > ul > li > a:hover::after{
    background: url('/assets/image/icon_next_white.png') no-repeat center center;
    background-size: contain;
}
.docent_wrap .docent_view .list_box > ul > li b{
    font: 15px 'NotoSansKR-Regular';
}

.docent_info_see{
    position: fixed;
    top: 0;
    left: 0;
}
.list_box ul li{
    width: 100%;
}



.audio_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    bottom: -100px;
    padding: 12px;
    border-radius: 20px 20px 0 0;
    background-color: #00000066;
    transition: all .5s;
}
.audio_show{
    bottom: 0;
}
.audio_box audio{
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
}
.audio_box .player{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 40px;
    background-color: #fff;
    border-radius: 10px;
    padding: 2px;
}
.audio_box .play{
    width: 40px;
    height: 100%;
    background-color: #4A66B2;
    border-radius: 8px;
    background: #4A66B2 url('/assets/image/play.png') no-repeat center center;
}

.audio_box .audio_close{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27px;
    height: 27px;
    margin-left: 13px;
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #AFAFAF;
    cursor: pointer;
    background-color: #9A9A9A;
}