* {
    margin: 0;
    padding: 0;
    /*    background: #f5f5f5;  */
    font-family: 'Noto Sans KR', sans-serif;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* header 설정값 */

#header {
    background: #333333;
    color: #bdbdbd;
    padding: 20px 0;
    /*    border-bottom: 2px solid #bdbdbd;*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

#header h1 {
    text-align: center;
}

#header h1 img {
    width: 130px;
}

#header .gnb {
    width: 100%;
}

#header .gnb li {
    float: left;
    width: calc(100% / 6);
    padding: 4px 0;
    text-align: center;
    font-size: 18px;
    transition: 0.2s;
}

#header .gnb li:hover {
    font-weight: bold;
    background: #98774f;
    color: #fff;
    border-radius: 7px;
}

#header .gnb a {
    display: block;
}

/* 햄버거 메뉴 설정값 */
.m_gnb {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.m_gnb .bar-btn {
    position: fixed;
    right: 25px;
    top: 60px;
    z-index: 1000;
    cursor: pointer;
}

.m_gnb .bar-btn > div {
    width: 30px;
    height: 4px;
    background-color: #98774f;
    border-radius: 30px;
    transition: 0.4s;
    display: none;
}

.bar-btn .bar2 {
    margin: 6px 0;
}

.active.bar1 {
    transform: rotate(40deg) translateY(13px)
}

.active.bar2 {
    opacity: 0;
}

.active.bar3 {
    transform: rotate(-40deg) translateY(-13px)
}

/* 모바일 nav 설정값 */


.slide-right {
    right: 0;
}

.m_gnb .m_nav ul {
    position: absolute;
    top: 25%;
    left: 38%;
    color: #333;
    text-align: center;
}

.m_gnb .m_nav ul > li {
    margin-bottom: 30px;
    font-size: 20px;
}

.m_gnb .m_nav ul > li:hover {
    color: #98774f;
    font-weight: bold;
}

.m_nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d4d4d4cc;
    z-index: 900;
    /*    transition: 2s;*/
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    display: none;
}

.m_gnb .m_nav ul > li a {
    display: block;
}

/* 슬라이드 설정값 */

#sec1 {
    margin-top: 205px;
    padding-bottom: 20px;
}

#sec1 .main_slider {
    margin-bottom: 30px;
}

#sec1 .main_slider li img {
    width: 100%;
}

#sec1 .slick-arrow {
    color: #333;
    width: 30px;
    z-index: 100;
    margin-top: 10px;
}

.slick-prev,
.slick-next {
    top: 100%;
}

.slick-prev {
    left: 40%;
}

.slick-next {
    right: 40%;
}

.slick-prev:before,
.slick-next:before {
    color: #333;
    font-size: 40px;
    font-weight: bold;
}

.slick-dots {
    bottom: -37px;
}

.slick-dots li button:before {
    font-size: 40px;
    line-height: 10px;
}

/* footer 설정값 */


footer {
    width: 100%;
    background: #333;
    color: #bdbdbd;
    font-weight: 200;
    font-size: 15px;
}

footer .wrap {
    width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

footer ul {
    text-align: center;
}

footer ul > li {
    padding-bottom: 7px;
    cursor: default;

}

/* 대관안내 페이지 설정값 */

.sub_sec h2 {
    background-image: url(/ei/dmgh/sub_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 230px;
    margin-top: 205px;
    text-align: center;
    font-size: 45px;
    line-height: 230px;
    font-weight: 800;
    letter-spacing: 20px;
    color: #333;
    cursor: default;
}

.sub_sec1 .wrap {
    text-align: center;
}

.sub_sec1 h3 {
    font-size: 30px;
}


.sub_sec1 .ren_img {
    width: 600px;
    padding-left: 50%;
    transform: translateX(-25%);
}

.sub_sec1 .ren_box {
    width: 800px;
    background: #98774f30;
    border-radius: 16px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px 0;
    margin: 30px 0;
}

.sub_sec1 .ren_box span {
    position: absolute;
    top: 15%;
    left: -2%;
}

.sub_sec1 .ren_box span img {
    width: 55px;
}

.sub_sec1 .ren_box p {
    margin: 7px 0;
    font-size: 20px;
    padding-bottom: 4px;
    line-height: 20px;
}

.sub_sec1 .ren_box p img {
    width: 28px;
    padding-left: 20px;
}

.sub_sec1 .ren_box p i {
    font-style: normal;
    color: #0c00c5;
    transition: 0.2s;
    cursor: pointer;
}

.sub_sec1 .ren_box p i:hover {
    color: #ce1313;
}

/* 드망즈 홀 소개 설정값 */

.sub_sec2 .intro_ {
    text-align: center;
    margin-top: 20px;
}

.sub_sec2 .intro_ img {
    width: 800px;
}

.sub_sec2 .intro_ p {
    font-size: 18px;
    line-height: 50px;
    width: 700px;
    margin: 20px auto;
}

.sub_sec2 p {
    color: #98774f;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    padding: 20px 0;
    cursor: default;
}

.sub_sec2 p.para {
    font-weight: normal;
    font-size: 17px;
    color: #000;
}

.sub_sec2 p.txt {
    color: #98774f;
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 10px;
    padding: 20px 0;
    cursor: default;
}

.sub_sec2 .intro_img {
    text-align: center;
    font-size: 0;
    margin: 20px 0;
}

.sub_sec2 .intro_img li img {
    width: calc(100% / 2);
}

/* 공연 안내 설정값 */

.sub_sec3 h3 {
    width: 100%;
    background-image: url(/ei/dmgh/concert_bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 500px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    line-height: 500px;
}

/* 자료 다운로드 설정값 */

.sub_sec4 dl {
    width: 700px;
    margin: 20px auto;
    border-collapse: collapse;
    border: 1px solid #bdbdbd;
    font-size: 20px;
}

.sub_sec4 dt {
    float: left;
    width: 50%;
    padding: 10px;
    background: #f7ecde69;
    border-bottom: 1px solid #bdbdbd;
    border-right: 1px solid #bdbdbd;
}

.sub_sec4 dt:last-of-type {
    border-bottom: 0;
}

.sub_sec4 dd:last-of-type {
    border-bottom: 0;
}

.sub_sec4 dd {
    padding: 10px;
    text-align: center;
    color: #0c00c5;
    transition: 0.2s;
    border-bottom: 1px solid #bdbdbd;
}

.sub_sec4 dd a:hover {
    color: #ce1313;
    font-weight: bold;
}

/* 오시는길 설정값 */


.root_daum_roughmap .wrap_controllers {
    display: none;
}

#daumRoughmapContainer1622074698700 {
    width: 60% !important;
    height: 380px !important;
}

.sub_sec5 .map {
    width: 100%;
    padding: 30px 0;
}

.sub_sec5 .kakao_map {
    float: left;
}

.sub_sec5 .map_txt {
    float: right;
    width: 40%;
    line-height: 30px;
    color: #fff;
    background: #333;
    height: 380px;
}

.sub_sec5 .map_txt h3 {
    padding-left: 15%;
    font-size: 30px;
    margin-top: 50px;
}

.sub_sec5 .map_txt dl {
    padding-left: 18%;
    cursor: default;
    margin-top: 35px;
}

.sub_sec5 .map_txt dt {
    font-size: 18px;
    padding-top: 7px;
}

.sub_sec5 .map_txt dd {
    padding-left: 5%;
}

.sub_sec5 .road {
    width: 800px;
    margin: 30px auto;
    text-align: center;
}

.sub_sec5 .road dl img {
    width: 100%;
}

.sub_sec5 .road dt {
    font-size: 20px;
    padding: 10px 0;
    background-color: #333;
    color: #fff;
    margin-top: 30px;
    cursor: default;
}

/* 핫플레이스 설정값 */

.sub_sec6 .wrap {
    text-align: center;
    font-size: 0;
}

.sub_sec6 h3 {
    font-size: 24px;
    margin: 20px;
    color: #333;
}

.sub_sec6 .card {
    display: inline-block;
    overflow: hidden;
    margin: 20px;
    width: 300px;
    vertical-align: middle;
}

.sub_sec6 .card p {
    font-size: 18px;
    background: #333;
    color: #fff;
    height: 30px;
    cursor: default;
}

.sub_sec6 .card img {
    width: 100%;
    transition: 0.4s;
}

.sub_sec6 .card:hover img {
    transform: scale(0.95);
}

.sub_sec6 .card:hover p {
    background: #98774f;
}


/* 공연일정 게시판 */


.bd_box > h2 {
    background-image: url(/ei/dmgh/sub_bg.jpg);
    background-size: cover;
    width: 100%;
    height: 230px;
    margin-top: 205px;
    text-align: center;
    font-size: 45px;
    line-height: 230px;
    font-weight: 800;
    letter-spacing: 20px;
    color: #333;
    cursor: default;
    font-family: 'Noto Sans KR', sans-serif;
}

#bo_list,
#bo_w,
#bo_v,
#bo_gall{
    width: 1200px !important;
    margin: 0 auto;
}

#bo_v_img {
    text-align: center;
}

#hd_pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 768px) {

    #header .wrap,
    .sub_sec .wrap {
        width: 100%;
    }

    nav {
        display: none;
    }

    #header h1 img {
        width: 20%;
    }

    .m_gnb .bar-btn > div {
        display: block;
    }

    .m_gnb .bar-btn {
        position: fixed;
        right: 10%;
        z-index: 1000;
        display: block;
    }

    #sec1 {
        margin-top: 28%;
    }

    .slick-prev,
    .slick-next {
        top: 105%;
    }

    .slick-prev {
        left: 20%;
    }

    .slick-next {
        right: 20%;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #333;
        font-size: 7vw;
        line-height: 5vw;
    }
    
    .slick-dots li button:before {
    font-size: 10vw;
    line-height: 3vw;
}


    footer .wrap {
        width: 100%;
    }

    /*   대관안내 설정값  */

    .sub_sec h2 {
        margin-top: 30%;
        height: 200px;
        line-height: 200px;
        font-size: 8vw;
    }

    .bd_box > h2 {
        margin-top: 30%;
        height: 200px;
        line-height: 200px;
        font-size: 8vw;
    }

    .sub_sec1 .ren_img {
        width: 80%;
        padding-left: 40%;
    }

    .sub_sec1 h3 {
        font-size: 20px;
    }

    .sub_sec1 .ren_box {
        width: 90%;
        padding: 30px 0;
    }

    .sub_sec1 .ren_box span {
        top: -10%;
        left: -2%;
    }

    .sub_sec1 .ren_box span img {
        width: 40px;
    }

    .sub_sec1 .ren_box p {
        font-size: 15px;
        line-height: 15px;
    }

    .sub_sec1 .ren_box p img {
        width: 20px;
        padding-left: 13px;
    }
    
    a.tel_m {
        color: #0c00c5;
        font-weight: bold;
    }

    /*  드망즈홀 소개 설정값  */

    .sub_sec2 .intro_ img {
        width: 90%;
    }

    .sub_sec2 .intro_ p {
        font-size: 14px;
        line-height: 32px;
        width: 80%;
    }

    .sub_sec2 p.txt {
        font-size: 24px;
        margin-bottom: 10px;
        padding: 20px 0;
    }

    /* 자료 다운로드 설정값 */

    .sub_sec4 dl {
        width: 90%;
        font-size: 14px;
    }

    /*    오시는길 설정값 */
    #daumRoughmapContainer1622074698700 {
        width: 100% !important;
        height: 380px !important;
    }

    .sub_sec5 .map {
        width: 95%;
        margin: 0 auto;
    }

    .sub_sec5 .kakao_map {
        float: none;
    }

    .sub_sec5 .map_txt {
        float: none;
        width: 100%;
    }

    .sub_sec5 .map_txt h3 {
        padding-left: 15%;
        font-size: 5vw;
        margin-top: 0;
        padding-top: 40px;
    }

    .sub_sec5 .road {
        width: 100%;
    }

    .sub_sec5 .map_txt dl {
        font-size: 4vw;
    }

    /*  핫플레이스 설정값 */
    .sub_sec6 h3 {
        font-size: 18px;
    }

    .sub_sec6 .card {
        width: 40%;
    }

    .sub_sec6 .card p {
        font-size: 14px;
        line-height: 30px;
    }

    /*  공연일정 게시판   */
    #bo_list,
    #bo_w,
    #bo_v {
        width: 85% !important;
        margin: 0 auto;
    }
    
    #bo_v_title .bo_v_tit {
        font-size: 5vw;
    }
}
