@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");

.material-symbols-outlined{}

html {
    overflow-x: hidden;
    overflow-y: scroll;
}
#site {
    background-color: #fff;
    word-break: keep-all !important;
    padding-top: 0;
    font-size: 1.5rem;
}

#site > .container {
    width: 100%;
    padding: 0;
}

/* 폰트 설정 */
#site,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: "Pretendard Variable", "notokr", "Apple SD Neo Gothic", "Malgun Gothic", "Gulim", sans-serif;
}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-position: inside;
}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

:root {
    --page-point-color: #004eb6;
    --page-point-color-hover: #002f6e;
    --page-danger-color: #fd7f30;
    --page-danger-color-hover: #d95c0f;
    --page-dark-color: #000000;
    --page-dark-color-hover: #333;
    --page-grey-color: #d5d5d5;
    --page-grey-color-hover: #c4c4c4;
    
    /* google-material-symbols */
    --gms: "Material Symbols Outlined";
    --gms-grad-low: "GRAD" -25;
    --gms-grad-zero: "GRAD" 0;
    --gms-grad-high: "GRAD" 200;
    --gms-opsz: "opsz" 48;
    /* fill icon */
    --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
    --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
    --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
    --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
    --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
    --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
    --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
    /* outlined icon */
    --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
    --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
    --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
    --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
    --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
    --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
    --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
    }
    .col-sm-40 {
        width: 40%;
    }
    .col-sm-60 {
        width: 60%;
    }
    .col-sm-80 {
        width: 80%;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
    }
    .col-md-40 {
        width: 40%;
    }
    .col-md-60 {
        width: 60%;
    }
    .col-md-80 {
        width: 80%;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
    .col-lg-40 {
        width: 40%;
    }
    .col-lg-60 {
        width: 60%;
    }
    .col-lg-80 {
        width: 80%;
    }
}
.intro_page{z-index: 100000;position: fixed;top: 0;left: 0;right: 0;opacity: 0;}

/* 인트로 */
.swiper-slide{transition: all .7s cubic-bezier(0.250, 0.460, 0.400, 0.970);}
.swiper-slide:nth-child(1){transform: translate3d(0,0,0);}
.swiper-slide:nth-child(2){transform: translate3d(0%,0,0);}
.swiper-slide:nth-child(3){transform: translate3d(-200%,-100%,0);}
.swiper-slide:nth-child(4){transform: translate3d(-400%,0,0);}
.swiper-slide:nth-child(5){transform: translate3d(-400%,0,0);opacity: 0;}

.swiper-slide:nth-child(1).prev{transform: translate3d(-10%,0,0);}
.swiper-slide:nth-child(2).prev{transform: translate3d(0%,10%,0);}
.swiper-slide:nth-child(3).prev{transform: translate3d(-190%,-100%,0);}

.swiper-slide:nth-child(2).active{transform: translate3d(-100%,0,0);}
.swiper-slide:nth-child(3).active{transform: translate3d(-200%,0,0);}
.swiper-slide:nth-child(4).active{transform: translate3d(-300%,0,0);}
.swiper-slide:nth-child(5).active{opacity: 1;}


.slide-inner{height: 100vh;background: #333;background-size: cover;background-position: center;background-repeat: no-repeat;}
.slide-inner .caption{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* overflow: hidden; */
}
.slide-title{
    position: relative;
    transition: all .6s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: 0.6s;
    top: 200px;
    opacity: 0;
}
.swiper-slide:nth-child(5) .slide-title{
    top: 0px;
    opacity: 0;
}
.active .slide-title{
    top: 0;
    opacity: 1;
}
.swiper-slide:nth-child(5).active .slide-title{
    top: 0px;
    opacity: 1;
}
.slide-title h2{
    margin: 0;
    color: #fff;
    font-size: 30rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.034em;
    font-style: italic;
    font-family: 'Roboto';
}
.active .slide-title h2{}

/* 인트로0627 */
.intro_page section {
    height: 100vh;
    position: relative;
    background: #fff;
}
.intro_page section > div {
    position: absolute;
    transform: translate(-50%, -50%);
    /* left: 50%; */
    left: 30%;
    top: 50%;
}
.intro_page02,
.intro_page01 {
    /* opacity: 0; */
    display: none;
}
.intro_page section .intro_page01{
    top: 25%;
    left: 22%;
}
.intro_page01 img{height:76px;}
.intro_page02 img{    height: 86px;}


/* 상단 네비게이션 */

.navbar.navbar-inverse {
    border-bottom: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.79+0,0+100 */
    /* background: linear-gradient(to bottom,  rgba(0,0,0,0.79) 0%,rgba(0,0,0,0) 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: rgba(0, 0, 0, 0.6);
}
.navbar-header .navbar-brand {
    display: block;
    padding: 0;
    font-size: 2rem;
    margin-top: 2.5rem;
    margin-left: 0 !important;
    height: auto;
}
.navbar-header .navbar-brand > span{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.navbar-header .navbar-brand img {
    margin-top: 0;
    display: block;
    width: 4.3rem;
}
.navbar-header .navbar-brand .text{font-size: 2rem;font-weight: 700;color: #fff;}

.nav.navbar-nav {
    display: flex;
    align-items: center;
    gap: 0 3rem;
}
.nav.navbar-nav::before,
.nav.navbar-nav::after {
    display: none;
}
.nav.navbar-nav > li{}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 0;
    font-size: 1.5rem;
    color: #fff;
    /* font-weight: 400; */
    font-weight: 200;
    margin: 3.4rem 0;
    letter-spacing: 0.02em;
}
.nav.navbar-nav > li > a .caret {
    display: none;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus {
    color: #ffbb85;
    background: none;
}
.nav.navbar-nav li .dropdown-menu {
    left: -15px;
    right: auto;
    border-radius: 0;
    border: 0;
    padding: 0;
    /* transform: translateX(-50%); */
    background: #000;
}
.nav.navbar-nav li .dropdown-menu li a {
    padding: 0.8rem 1.5rem;
    text-align: left;
    font-size: 1.4rem;
    color: #fff;
    letter-spacing: 0.02em;
}
.nav.navbar-nav li .dropdown-menu li a:hover, .nav.navbar-nav li .dropdown-menu li a:focus {
    background: #f47e21;
    color: #fff;
}

@media (max-width: 767px) {
    html{font-size: 2vw;}
    .navbar-header .navbar-brand img{
        width: 32px;
    }
    .navbar-header .navbar-brand .text{font-size: 20px;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #fff;
        background-color: #f47e21;
    }
    .navbar.navbar-inverse .container {
        width: 100%;
        padding: 0 15px;
    }

    .navbar-header .navbar-brand {
        margin-top: 18px;
        margin-left: 15px !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 15px 15px;
        margin-left: 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
        transition: ease-in-out 0.15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #fff;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle > .icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border: 0;
    }

    .nav.navbar-nav{display: block;margin-right: inherit;}
    .nav.navbar-nav > li > a {
        font-size: 1.8rem;
        padding: 1.8rem 0;
        text-align: center;
        margin: 0;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translate(0, 0);
        position: static;
        width: auto;
        border-radius: 0;
        box-shadow: 0;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;        
        text-align: center;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #site {}
}
@media (min-width: 992px) and (max-width: 1199px) {
    #site {}
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{
    height: 100vh;
    background-position: bottom;
}
#mainCarousel .carousel-inner .item::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
}
#mainCarousel .carousel-inner .item .carousel-caption {
    padding: 0;
    left: calc((100% - 114rem) / 2);
    right: calc((100% - 114rem) / 2);
}
#mainCarousel .carousel-inner .item h1{}
#mainCarousel .carousel-inner .item p{}

@media (max-width: 767px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: 15px;
        right: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 75rem) / 2);
        right: calc((100% - 75rem) / 2);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #mainCarousel .carousel-inner .item .carousel-caption {
        left: calc((100% - 97rem) / 2);
        right: calc((100% - 97rem) / 2);
    }
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

.main-section {
    padding: 12rem 0;
}
.main-section h3{
    font-size: 3rem;
    font-weight: 300;
    text-align: center;
    /* letter-spacing: 0.1em; */
    letter-spacing: 0.04em;
    margin: 0 0 6rem;
    color: #000;
}

.main-exhibition-wrap{display: grid;grid-template-columns: repeat(3, 1fr);gap: 3rem;}
.main-exhibition-wrap .main-exhibition{
    transform: translateY(0);
    transition: all .3s ease;
}
.main-exhibition-wrap .main-exhibition .image{}
.main-exhibition-wrap .main-exhibition .caption{
    display: block;
    line-height: 1;
    padding: 2rem 0 0;
    text-align: center;
    font-size: 1.7rem;
    color: #333;
    font-weight: 600;
}
.main-exhibition-wrap .main-exhibition:hover{
    text-decoration: none;
    transform: translateY(-10px);
}
.main-exhibition-wrap .main-exhibition:hover .image{}
.main-exhibition-wrap .main-exhibition:hover .caption{}

.main-exhibition-items{
    display: flex;
    gap: 3rem;
}
.main-exhibition-item{
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(0);
    transition: all .3s ease;
}
.main-exhibition-item:hover{
    transform: translateY(-10px);
}
.main-exhibition-item .caption{
    display: block;
    line-height: 1;
    padding: 2rem 0 0;
    text-align: center;
    font-size: 1.7rem;
    color: #333;
    font-weight: 600;
}
.main-exhibition-item .page-header{display: none;}
.main-exhibition-item .board_box_blog2 {
    padding: 0;
    margin: 0 !important;
}
.main-exhibition-item .board_box_blog2 .col-md-4{width: 100%;}
.main-exhibition-item .type_thumb .inner{margin: 0;}
.main-exhibition-item .type_thumb .inner .bottom{display: none;}
.main-exhibition-item .type_thumb .inner .top{padding: 2rem;}
.main-exhibition-item .type_thumb span.thumb{display: none;}
.main-exhibition-item .type_thumb img.thumb{display: block;aspect-ratio: 3 / 4;height: inherit;}

@media (max-width: 767px){}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1199px){}

/* //메인 중단영역 */

/* 서브페이지 */

.subHeader {
    height: 42rem;
    background-image: url(/public/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}
.subHeader::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.2;
}
.subHeader .container {margin-top: 8rem;}
.subHeader .container h2 {
    color: #fff;
    /* font-size: 4.5rem; */
    font-size: 4.3rem;
    margin: 0 0 2rem;
    /* font-weight: 800; */
    /* font-weight: 700; */
    font-weight: 400;
    position: relative;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.subHeader .container .breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    font-size: 1.3rem;
    position: relative;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active {
    color: #fff;
    opacity: 0.9;
}
.breadcrumb>li+li:before {
    color: #eee;
    font-size: 12px;
}
.subMenu{
    padding: 1.8rem 0;
    backdrop-filter: blur(20px);
    margin-top: -52px;
    background: rgba(40, 35, 31, 0.35);
}
.subMenu .nav{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7rem;
}
.subMenu .nav::before,
.subMenu .nav::after{display: none;}
.subMenu .nav > li{}
.subMenu .nav > li > a{
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.5);
    padding: 0;
    line-height: 1;
    border-radius: 0;
    background: transparent;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus{
    color: #fff;
}
.subMenu .nav > li.active > a{
    color: #fff;
    background: transparent;
}

.subContent {
    padding-top: 12rem;
}
.subContent_title{
    display: none;
}
.subContent_title h3{
    font-size: 3.2rem;
    margin: 0 0 8rem;
    font-weight: 300;
    letter-spacing: 0.1em;
}
.subContent .content,
.bbs-section {
    padding-bottom: 8rem;
}
.subContent .content:last-child {
    padding-bottom: 160px;
}
.bbs-area .board_wrapper {
    margin-top: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding: 15px 0;
}

:where(.table_video, .table_blog2, .table_pd) .inner {
    border: 0;
}
:where(.table_video, .table_blog2) .inner .bottom .title {
    padding: 0;
    white-space: normal;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a{
    border: 1px solid #bfbfbf;
    padding: 3rem;
}
.solo_data :where(.table_video, .table_blog2, .table_pd) .inner .top a{
    border: 0;
    padding: 0rem;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb{
    height: 300px;
    background-size: contain;
}

:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    letter-spacing: 0;
}

:where(.table_video, .table_blog2, .table_pd) .bottom .info span {
    padding: 0 10px 0 0;
}
:where(.table_video, .table_blog2, .table_pd) .bottom .info span.writer{display: none;}
#exhibition01 :where(.table_video, .table_blog2, .table_pd) .bottom .info span,
#exhibition02 :where(.table_video, .table_blog2, .table_pd) .bottom .info span,
#exhibition03 :where(.table_video, .table_blog2, .table_pd) .bottom .info span,
#photo :where(.table_video, .table_blog2, .table_pd) .bottom .info span,
#artist :where(.table_video, .table_blog2, .table_pd) .bottom .info span{display: none;}

#artist :where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    display: block;
    background: transparent;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    margin-right: 0 !important;
    text-align: left;
    padding: 7px 0 0;
}

#artist :where(.table_video, .table_blog2, .table_pd) .inner .bottom {
    padding-top: 5px;
}
.btn.btn-primary {
    background-color: #222;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #000;
}
.subContent .content h4{
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    margin: 0 0 3rem;
}
.subContent .content h4::before {
    content: "";
}

.category_wrap{
    margin-bottom: 50px;
}
.category_wrap ul{
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}
.category_wrap ul li{
    margin: 0;
}
#artist .category_wrap ul {
    gap: 1rem 0;
}
#artist .category_wrap ul li:first-child {
    display: block;
    width: 100%;
}
#artist .category_wrap ul li {
    width: 25%;
    width: calc(100% / 3);
}
#artist .category_wrap ul li:first-child{display: none;}
.category_wrap ul li a{
    border: 0;
    color: #888;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 0.5rem 0.2rem;
    background: transparent;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.category_wrap ul li a:hover,
.category_wrap ul li a:focus{
    border-bottom: 1px solid #333;
    color: #000;
    font-weight: 400;
}
.category_wrap ul li.on a{background: transparent;border-bottom: 1px solid #333;color: #000;}

.location .map{padding: 0 15rem;}
.location iframe {
    margin-bottom: -6px;
    background-color: #e5e3df;
    height: clamp(260px, 40vw, 450px);
}
.location p.addr {
    font-size: clamp(14px, 3vw, 16px);
    line-height: clamp(24px, 5vw, 36px);
    letter-spacing: -0.03em;
    font-weight: 500;
    margin-block: clamp(30px, 5vw, 40px) 30px;
    text-align: center;
    /* margin-block: 0 30px; */
}
.location p.addr .en{
    display: block;
    color: #666;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 1em;
}
.li-location {
    display: flex;
    gap: clamp(10px, 3vw, 40px);
    justify-content: center;
    margin: 0 0 6rem;
}
.li-location li {
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
    letter-spacing: -0.015em;
    color: #606060;
    font-size: clamp(14px, 3vw, 16px);
}
.li-location li a{color: inherit;}
.li-location strong {
    font-weight: 700;
    font-size: 15px;
    color: #222;
}
.li-location li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: clamp(22px, 3vw, 24px);
    aspect-ratio: 1;
    border-radius: 9999px;
    background-color: #ff9846;
    font-variation-settings: var(--gms-400-fill);
    font-family: var(--gms);
    color: #fff;
    font-size: 14px;
}
.li-location li.tel::before {
    content: "\e0b0";
}
.li-location li.fax::before {
    content: "\ead8";
}
.li-location li.mail::before {
    content: "\e158";
}
.location .info-box {
    display: flex;
    margin-top: 5rem;
}
.location .info{
    padding: 3rem;
    background: #f8f8f8;
    width: 50%;
}
.location .info .li-info{}
.location .info .li-info li{
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 2.5rem;
    line-height: 2em;
}
.location .info .li-info li .tit{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--page-point-color);
    text-align: right;
    width: 85px;
}
.location .info .li-info li .des{
    flex: 1;
    font-size: 1.7rem;
}
.location .info .li-info li::before{
    content: '';
    position: absolute;
}
.location .info .li-info li.open::before{}
.location .info .li-info li.time::before{}
.location .info .li-info li.holiday::before{}
.location .info .li-info li.parking::before{}

.location .info.en{
    margin: 0;
    border-left: 1px solid #eee;
}
.location .info.en .li-info{}
.location .info.en .li-info li{}
.location .info.en .li-info li::before{
    content: '';
}

.greeting{
    /* padding: 0 18rem; */
    padding: 0 15rem;
}
.greeting .image{
    width: 35rem;
}
.greeting .text{
    display: flex;
    gap: 9rem;
    flex-direction: column;
}
.greeting .text p{
    font-size: 1.6rem;
    margin: 0 0 2rem;
    line-height: 1.7;
}
.greeting .text p.intro{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}
.greeting .text p.epil{
    text-align: right;
    font-size: 1.7rem;
    font-weight: 600;
}
.greeting .text .ko{
    /* margin-bottom: 10rem; */
    flex: 1;
    /* padding-right: 30%; */
    padding-right: 32%;
}
.greeting .text .en{
    flex: 1;
    /* padding-left: 30%; */
    padding-left: 32%;
}
.greeting .text .en p{
    color: #4a4a4a;
    font-weight: 300;
    margin-bottom: 1.5rem;
}
.greeting .text .en p.intro{
    margin-bottom: 3rem;
    font-weight: 500;
}
.greeting .text .en p.epil{}

.li-dash{}
.li-dash li{
    position: relative;
    font-size: 1.5rem;
    padding-left: 1.2rem;
    line-height: 1.6em;
    letter-spacing: 0.02em;
}
.li-dash li::before{
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    display: block;
    width: 0.5rem;
    height: 0.1rem;
    background: #999;
}

.rent-process{
    max-width: 60rem;
    margin: 0 auto 10rem;
}
.rent-process + .li-dash{
    max-width: 60rem;
    margin: 0 auto 10rem;
}
.rent-process .box{
    display: flex;
    gap: 12rem;
    align-items: stretch;
    min-height: 120px;
}
.rent-process .box.title{align-items: center;}
.rent-process .box h5{
    margin: 0;
    width: 15rem;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ece6df; */
    background: #fd813c;
    font-size: 1.7rem;
    font-weight: 700;
    color: #333;
    border-radius: 50%;
    letter-spacing: 0.05em;
}
.rent-process .box .bar{
    position: relative;
    width: 15rem;
}
.rent-process .box .bar::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.2rem;
    height: 100%;
    background: #766e6a;
}
.rent-process .box .text{
    flex: 1;
    padding: 2.5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rent-process .box .text li {
    padding-left: 1rem;
}
.rent-process .box .text li::before {
    height: 0.4rem;
    width: 0.4rem;
    border-radius: 50%;
    background: #f5a230;
}

.rent-process .box .text h6{
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.5rem;
}

.note{
    font-size: 1.4rem;
    text-align: right;
    color: #999;
    margin: 0;
    line-height: 1.6;
}

.table-style{
    width: 100%;
    border-top: 1px solid #000;
    margin: 0 0 2rem;
}
.table-style tr{
    border-bottom: 1px solid #ddd;
}
.table-style tr th,
.table-style tr td{
    font-size: 1.5rem;
    padding: 1rem 2.4rem;
    border-left: 1px solid #eee;
    vertical-align: top;
    text-align: center;
}
.table-style tr th:last-child,
.table-style tr td:last-child{
    border-right: 1px solid #eee;
}
.table-style tr th{
    font-size: 1.5rem;
    background: #f9f9f9;
}
.table-style tr th.seperate{
    padding: 0.05rem;
    background: #ffa771;
}
.table-style tr td{}

.floor-plan{
    display: flex;
    gap: 9rem;
    align-items: center;
    /* max-width: 68rem; */
    max-width: 74rem;
    margin: 0 auto;
}
.floor-plan .image{
    width: 30rem;
}
.floor-plan .image img{}
.floor-plan table {
    width: 360px;
}

.floor-plan table tr th, .floor-plan table tr td {
    text-align: left;
    border-left: 0;
}

.floor-plan table tr td:last-child {
    border-right: 0;
}
.floor-plan .text{
    flex: 1;
}

.fixture{
    display: flex;
    align-items: flex-start;
    gap: 7rem;
}
.fixture .image{
    display: flex;
    gap: 3rem;
    width: 50%;
}
.fixture .image img{max-width: 27rem;margin: 0;width: 100%;}
.fixture .text{
    flex: 1;
}
.fixture .text h5{
    color: var(--page-point-color-hover);
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1rem;
}
.fixture .text p{
    font-size: 1.5rem;
}

#exhibition .table_blog{
    border: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 100px;
}
#exhibition .table_blog dd{padding: 0;border: 0;}
#exhibition .table_blog dd:hover{background:none;}
#exhibition .table_blog dd > div{
    float: none;
    width: 100%;
}
#exhibition .table_blog dd .left{
    height: auto;
    margin: 0 0 3rem;
}
#exhibition .table_blog dd .left a{}
#exhibition .table_blog dd .left span.thumb{
    width: auto;
    height: auto;
    aspect-ratio: 1.5;
}
#exhibition .table_blog dd .left img.thumb{}
#exhibition .table_blog dd .right{}
#exhibition .table_blog dd .right .title{
    padding: 0;
    margin-bottom: 10px;
}
#exhibition .table_blog dd .right .title a{}
#exhibition .table_blog dd .right .title a > span{}
#exhibition .table_blog dd .right .title a .badge{}
#exhibition .table_blog dd .right .info{
    display: none;
}
#exhibition .table_blog dd .right .info .writer{}
#exhibition .table_blog dd .right .info .regdate{}
#exhibition .table_blog dd .right .text{}
#exhibition .table_blog dd .right .text p{
    white-space: pre-wrap;
    line-height: 1.3rem;
    color: #333;
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: -3rem;
    padding: 0;
}

.solo_data .table_blog2 > dd{width: 100%;}
.solo_data :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb{display: none;}
.solo_data :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb + img{height: auto;display: block !important;}
.solo_data :where(.table_video, .table_blog2, .table_pd) .inner .bottom{}
.solo_data :where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a) {
    text-align: center;
    display: block;
    font-size: 2.3rem;
}
.solo_data :where(.table_video, .table_blog2) .inner .info{
    text-align: center;
}

@media (max-width: 767px) {
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits {
        display: none;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }

    #list_btn {
        display: none;
    }
    #write_btn {
        margin: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1199px){}
/* //서브페이지 */

/* 푸터 */

footer {
    text-align: left;
    padding: 4.5rem 0;
    border-top: 1px solid #eee;
}
footer .footer-logo{
    width: 12%;
}
footer .footer-logo h1 {
    margin: 0;
}
footer .footer-logo h1 > a {
    display: block;
}
footer .footer-logo h1 > a > img {
    display: block;
    /* filter: brightness(100) contrast(0) grayscale(1); */
    width: 28%;
}
footer .footer-text{}
footer .footer-text .wrap{
    display: flex;
}
footer .footer-text p{}
footer .footer-text ul {
    padding-left: 0;
    margin-bottom: 0;
}
footer .footer-text ul:after {
    content: "";
    clear: both;
    display: table;
}
footer .footer-text ul li {
    float: left;
    margin-right: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-size: 1.4rem;
    color: #777;
}
footer .footer-text ul li b {
    font-size: 1.3rem;
    margin-right: 5px;
    font-weight: 600;
}
footer .footer-text ul li address {
    margin-bottom: 0;
    line-height: 1.4;
}
footer .footer-text .copyrights {
    display: block;
    font-size: 1.1rem;
    margin-top: 1.1rem;
    opacity: 0.7;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.floating{
    position: fixed;
    right: 4rem;
    bottom: 4rem;
}
.floating a{}
.floating a:hover{}
.floating a img{}

@media (max-width: 767px){
    footer .footer-logo{
        width: 40%;
        margin-bottom: 20px;
    }
    footer .footer-text .wrap{flex-direction: column;}
}
@media (min-width: 768px) and (max-width: 991px){}
@media (min-width: 992px) and (max-width: 1199px){}
/* //푸터 */

.maintenance {
    margin-top: 0.5rem;
    border: 7px solid #e5e5e5;
    padding: 5rem 2.5rem;
    text-align: center;
}
.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 6.4rem;
    margin-bottom: 1rem;
}
.maintenance .big-cont {
    display: block;
    line-height: 1;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 2rem;
}
.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 2rem;
}
.member_wrapper {
    max-width: 117rem;
}
#exhibition02 .table_blog2 .col-sm-4,
#exhibition03 .table_blog2 .col-sm-4,
#artist .table_blog2 .col-sm-4,
#photo .table_blog2 .col-sm-4
{height: 449px;}
@media (max-width: 767px){
    .intro_page section > div{    left: 44%;}
    .intro_page01 img{height: 46px;}
    .intro_page02 img {
        height: inherit;
    }

    .subMenu{display: none;}
    .subMenu .nav{justify-content: center;}

    .subHeader{background-position: 80%;height: 32rem;}
    .subHeader .container h2{text-align: center;}
    
    .table_blog2 .col-xs-6{width: 100%;}
    .search_wrap{display: none;}

    .greeting{padding: 0;}
    .greeting .text{flex-direction: column;}
    .greeting .text .ko,.greeting .text .en{padding: 0;}

    .location .info{width: 100%;}
    .location .info-box{flex-direction: column;}
    .location .info.en{border-left: 0;border-top: 1px solid #eee;}
    .location .info .li-info li .tit{width: 30%;}
    .location .info .li-info li .des{font-size: 1.6rem;}
    .li-location{flex-direction: column;}
    .li-location li{justify-content: center;}
    .location .map{padding: 0;}

    .rent-process .box{gap: 5rem;min-height: 110px;}
    .rent-process .box .text li{font-size: 1.3rem;}

    .floor-plan{max-width: 100%;    flex-direction: column;}
    .floor-plan .text{width: 100%;}
    .floor-plan .text .table-responsive{        border: 0;}
    .floor-plan table{width: 100%; margin: 0;}

    .fixture{flex-direction: column;}
    .fixture .image img{    width: 90%;}
    .fixture .table-style{margin-bottom: 0;}

    #artist .category_wrap ul{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    #artist .category_wrap ul li{    width: 100%;}
    .category_wrap ul li a{font-size: 1.4rem;}
}
@media (max-width: 400px){
    .main-exhibition-items{flex-direction: column;}
}