.area-basic{
    padding-left: 5vw !important;
    padding-right: 5vw !important;
}


.usr-select {
    height: 2.8rem;
}

.usr-input {
    height: 2.8rem;
}

.search-detail-area{
    display: block;
    width: 95%;
    margin-top: 0;
    z-index: 1002;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100) !important;
    overflow: hidden;
    right:-120vw;
    border-radius: 5rem 0 0 0;
    background: rgba(11, 168, 137, 1);
    transition: right 0.5s;
}

.search-detail-area.on{
    right:0;
}

.search-detail-area .area-basic{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.search-detail-area .d1{
    display: table;
    width: 100%;
    padding-bottom: 1rem;
}

.search-detail-area .d2{
    display: block;
    width: 100%;
    background: rgba(200, 236, 228, 1);
    padding-top: 2rem;
    padding-left: 2rem;
    overflow: auto;
    height: calc((var(--vh, 1vh) * 100) - 11rem);
}

.search-detail-area .d2::-webkit-scrollbar {
  width: 2vw;
   height: 2vw;
}
.search-detail-area .d2::-webkit-scrollbar-track {
  background-color: transparent;
}
.search-detail-area .d2::-webkit-scrollbar-thumb {
  border-radius: 2vw;
  background-color: #828482;
}
.search-detail-area .d2::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.search-detail-area .usr-top-search-close .material-symbols-outlined {
    color: #fff;
    font-size: 3rem;
    margin:2rem 1rem;
}

.search-detail-area .d1 h3 {
        color: #fff;
    padding-left: 2rem;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.3em;
}

.search-detail-area .d1 h6 {
    display: inline-block;
    float: right;
    vertical-align: bottom;
    line-height: 0;
    margin-top: 3rem;
    padding-right: 3rem;
    color: #fff;
    font-size: 1.2rem;

}

.search-detail-area .d1 h6 span {
   color:#fff;
}

.area-sub.heritage{
    background-image: url("/web/images/public/m_sub_heritage.png");
}

.area-sub.program{
    background-image: url("/web/images/public/m_sub_program.png");
}

.area-sub.board{
    background-image: url("/web/images/public/m_sub_board.png");
}

.area-sub.archive{
    background-image: url("/web/images/public/m_sub_archive.png");
}


.area-sub.book{
    background-image: url("/web/images/public/m_sub_book.png");
}


.content-main{
    padding-top: 4rem;
}

.content-main h1{
    margin-bottom: 2rem;
    line-height: 1.2em;
    font-size: 2.1rem;
}

.content-sub h1{
    font-size: 2.1rem;
    margin-bottom: 2rem;
}

.area-sub{
    height: 20rem;
}

.usr-box-round.cus-dl{
    display: table;
    width: 100%;
}

.usr-box-round.cus-dl > dt {
    padding-right: 0rem;
    border-right: none;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    display: table;
    width: 100%;
    padding-bottom: 1rem;
}

.usr-box-round.cus-dl > dd {
    display: table;
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
}

.content-sub {
    padding-top: 4rem;
}


.area-sub h2{
    font-size: 2.5rem;
}

.usr-map-sel {
    width: 3.5rem;
    height: 3.5rem;
    background: rgba(11, 168, 137, 1);
    border-radius: 50%;
    font-size:1rem ;
    padding-top: 0.5rem;
    line-height: 120%;
}

.usr-map-area{
    width: 100%;
    height: auto;
}

.usr-map-sel span{
    display: block  !important;
}


.usr-ul-gallery > li > figure {
    width: 100%;
}

.usr-ul-gallery > li > figure figcaption dt {
    max-width: 12.12rem;
}

.usr-fieldset-label-none{
    position: relative;
}

.usr-fieldset-label-none .usr-select{
    min-width: 26%;
}

.usr-fieldset-label-none .usr-input{
    width: 68%;
    padding-right: 0;
    margin-right: 0;
}

.usr-fieldset-label-none .usr-button.search{
    background-color: #fff;
    position: absolute;
    padding-right: 0;
    padding-left: 0;
    right:10px;
    top:3px;
    height: 2.2rem;
}

.usr-board article dl > dt{
    line-height: 1.5em;
    font-size: 1.2rem;
    max-width: 80vw;
}

.grid-item{
    width: 49%;
}

.usr-gallery-item{
    padding-bottom: 0.5rem;
}

.usr-gallery-item figcaption{
    font-size: 1.1rem;
    margin-bottom: 0rem;
    max-width: 80vw;
}

footer .r1 .d1{
    width: 2rem;
    text-align: left;
}

footer .r1 .d3{
    width: 2rem;
    text-align: right;
}

footer .r1 .d2 ul > li {
    margin-right: 1rem;
    margin-left: 1rem;
}

footer .r1 .d2 ul > li img{
    height: 1.5rem;
    width: auto;
}

footer .r2 .d1{
    display: table;
    width: 100%;
}

footer .r2 .d2{
    display: table;
    width: 100%;
    text-align: left;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
}

.footer-logo-1{
    height: 2.5rem;
    margin-bottom: 1rem;
}

.footer-logo-2{
    height: 2.5rem;
}

footer .r2 .d2 .sns{
    width: 50%;
    text-align: right;
}

footer .r2 .d2 .sns a{
    margin-right: 5%;
    display: inline-block;
    vertical-align: bottom;
}

.usr-map-sel.on{
    background: rgba(8, 101, 82, 1) !important;
}

footer .r2{
    padding: 1.5rem 0;
}

.search-detail-area .d2 fieldset legend{
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.usr-map-area .usr-map-sel:hover{
    background: rgba(11, 168, 137, 1);
}

.content-area.program.all .content-sub h1{
    font-size: 1.85rem;
    text-align: center;
}

.usr-ul-gallery > li > figure{
    margin-bottom: 0;
}

.list.num-xs-2.usr-ul-gallery > li:nth-of-type(2n+1){
    padding-right: 0.3rem;
}

.list.num-xs-2.usr-ul-gallery > li:nth-of-type(2n+2){
    padding-left: 0.3rem;
}


.usr-map-area .usr-map-sel[sido1='강원']{
    top: 10%;
    left: 58%;
}

.usr-map-area .usr-map-sel[sido1='인천']{
    top: 18%;
    left: 9%;
}

.usr-map-area .usr-map-sel[sido1='서울']{
    top: 13%;
    left: 22%;
}

.usr-map-area .usr-map-sel[sido1='경기']{
    top: 19%;
left: 34%;

}

.usr-map-area .usr-map-sel[sido1='충북']{
    top: 29.5%;
left: 46%;

}

.usr-map-area .usr-map-sel[sido1='세종']{
    top: 34%;
left: 32%;
}

.usr-map-area .usr-map-sel[sido1='대전']{
    top: 44%;
left: 35%;
}

.usr-map-area .usr-map-sel[sido1='충남']{
    top: 38%;
left: 18%;

}

.usr-map-area .usr-map-sel[sido1='전북']{
    top: 50%;
    left: 29%;
}

.usr-map-area .usr-map-sel[sido1='전남']{
    top: 72%;
left: 29%;

}

.usr-map-area .usr-map-sel[sido1='광주']{
    top: 66%;
    left: 18%;
}

.usr-map-area .usr-map-sel[sido1='경남']{
    top: 63%;
left: 56%;

}

.usr-map-area .usr-map-sel[sido1='부산']{
    top: 65%;
    left: 78%;
}

.usr-map-area .usr-map-sel[sido1='울산']{
    top: 57%;
    left: 86%;
}

.usr-map-area .usr-map-sel[sido1='대구']{
    top: 48%;
left: 67%;

}

.usr-map-area .usr-map-sel[sido1='경북']{
    top: 36%;
left: 75%;

}

.usr-map-area .usr-map-sel[sido1='제주']{
    top: 90%;
left: 18%;

}


.top-move{
    right:2vw;
}

.usr-layer{
    width: 95%;
}

.usr-icons:before{
    font-size: 1.5rem;
    left: -0.5rem;
}

.usr-input-num .material-symbols-outlined{
    font-size: 1rem;
}

.usr-layer.eventBook .usr-box.cus-h-3 p {
    padding: 0rem 0;
    word-break: break-all;
}

.usr-layer.eventBook .usr-area.cus-dl .usr-input{
    height: 3.2rem;
}

.usr-layer.on{
    height: calc(var(--vh, 1vh) * 100 - 2rem) !important;
    /*min-height:calc(100svh - 2rem);
    max-height:calc(100lvh - 2rem);*/
    overflow: auto;
}

