/* 게시판 */
.nodata{
  line-height: 200px;
  font-size: 1.125em;
  font-weight: 500;
  color: #AAAAC4;
}
.nolist_box{
    text-align: center;
    border-radius: 8px;
    padding: 60px;
    background: #F2F2F5;
}
.nolist_box p{
  padding-top: 16px;
  font-size: 1.125em;
  font-weight: 500;
  color: #AAAAC4;
}
.board_head{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}



.board_cont .info_box{
	margin-bottom: 12px;
}
.board_list.tbl_box {
  border-top: 2px solid #344054;
  text-align: center;
  table-layout: fixed;
}
.board_list.tbl_box tr{
	transition: all .2s ease;
}
.board_list.tbl_box tr:hover{
	background: #F9FAFB;
}
.board_list.tbl_box tr:hover a{
	text-decoration: underline;
}
.board_list.tbl_box thead th,
.board_list.tbl_box thead td {
  color: #101828;
  border-bottom: 1px solid #e4e7ec;
  padding: 16px 4px;
}
.board_list.tbl_box tbody th, 
.board_list.tbl_box tbody td {
  padding: 20px 4px;
}
.board_list .num b{
  display: inline-block;
  background: url(/images/notice.svg) no-repeat;
  width: 24px;
  height: 24px;
  font-size: 0;
  background-size: 24px;
}
.board_list .num{ width: 80px; }
.board_list .writer{ width: 140px; }
.board_list .date{ width: 140px; }
.board_list .view{ width: 80px; }
.board_list .file{ width: 60px; }
.board_list td.tit{
  text-align: left;
  font-weight: 600;
  color: #101828;
}
.board_list td.tit a{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_list .file img{ width: 24px;}
.board_list .tit.secret{
  background: url(/images/lock.svg) no-repeat center left;
  padding-left: 28px;
  background-size: 20px;
}
.secret_modal .modal-dialog{
  width: 560px;
  height: auto;
  padding-top: 60px;
}
.secret_modal .modal-content{
  padding: 0;
  text-align: center;
}
.secret_modal img{
  margin-bottom: 16px;
}
.secret_modal .tit{
  display: block;
  font-family: 'GmarketSansBold';
  font-weight: normal;
  font-size: 2em;
  color: #1C0600;
  margin-bottom: 8px;
}
.secret_modal .cont{
  font-weight: 500;
  font-size: 1.125em;
  color: #475467;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.secret_modal input{
  background: #F2F4F7;
  width: 100%;
  border: 0;
  padding: 16px 20px;
  margin-bottom: 32px;
}
.secret_modal .btn{
  padding: 0 60px;
}

.board_foot{
  margin-top: 40px;
}
.board_btn{
  text-align: right;
  padding-top: 20px;
}
.board_btn .btn{
  width: 180px;
  line-height: 48px;
  font-size: 17px;
}
.board_cont .board_btn .btn{
  width: 120px;
}
.paging,
.paging > ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .paging_btn li{
  opacity: 0.6;
  transition: all .2s ease;
}
.paging .paging_btn li:hover{
  opacity: 1;
}
.paging .paging_num{
  margin: 0 20px;
}
.paging ul li{
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  box-sizing: content-box;
}
.paging ul li a{
  display: block;
}
.paging ul li a img{
  vertical-align: middle;
}
.paging .paging_btn li {
  width: 28px;
}
.paging .paging_num li a{
  color: #838B9C;
  font-weight: 500;
  transition: all .2s ease;
}
.paging .paging_num li:hover a{
  color: #475467;
  font-weight: 700;
}
.paging .paging_num li.chk a,
.paging .paging_num li.chk:hover a{
  display: block;
  font-weight: 700;
  color: #837467;
  border-bottom: 3px solid #837467;
  height: 100%;
}

/* 게시판상세보기 */
.board_view .board_view_head{
  border-top: 2px solid #344054;
}
.board_view .board_view_head .bv_title{
  padding: 20px;
  border-bottom: 1px solid #E4E7EC;
}
.board_view .board_view_head .bv_title strong{
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  color: #101828;
}
.board_view .board_view_head .bv_title .bv_info{
  margin-top: 20px;
  color: #475467;
}
.board_view .board_view_head .bv_title .bv_info li{
  display: flex;
  align-items: center;
  gap: 8px;
}
.board_view .board_view_head .bv_title .bv_info li b{
  font-weight: 500;
}
.board_view .board_view_head .bv_title .bv_info li span{
  opacity: 0.8;
}
.board_view .board_view_head .bv_file{
  padding: 16px 20px;
  border-bottom: 1px solid #E4E7EC;
  background: #F9FAFB;
}
.board_view .board_view_head .bv_file li {
  padding: 6px 0 6px 24px;
  background: url(/images/download.svg) no-repeat center left;
  background-size: 16px;
}

.artlog_view{
  background: #f2edea;
}
.artlog_view #sub_visual.black_filter:before {
  background: linear-gradient(0deg, #f2edea, transparent);
  opacity: 1;
}
.artlog_view #sub_visual .location_box h2 {
  margin-bottom: 0;
}
.artlog_view #sub_visual .location_box {
  color: var(--primary-darkest);
}
.artlog_view #sub_container {
  padding: 0px 0 120px;
}
.artlog_view .board_view .board_view_head,
.artlog_view .board_view .board_view_head .bv_title {
  border-width: 1px;
  border-color: rgb(133 113 95 / 20%);
}
.board_view .board_view_head .bv_title {
  padding: 28px 20px;
}
.artlog_view .board_view .board_view_head .bv_title  > div{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.artlog_view .board_view .board_view_head .tag{
  background: var(--primary);
  color: #fff;
}
.artlog_view .board_view .board_view_head .bv_title strong {
  font-size: 1.75em;
}
.artlog_view .board_view .board_view_head .bv_title .bv_info  {
  font-size: 14px;
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.artlog_view .board_view .board_view_head .bv_title .bv_info  + .bv_info{
  margin-top: 12px;
  gap: 0;  
}
.artlog_view .board_view .board_view_head .bv_title  > div .btn_box{
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.artlog_view .board_view .board_view_head .bv_title .bv_info li.last {
  gap: 16px;
}
.ico-txt{
  display: flex;
  align-items: center;
  gap: 6px;
  color: #344054;
}
.artlog_view .ico-txt img{
  width: 20px;
  height: 20px;
}
.hashtag_list{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;  
}
.hashtag_list .tag{
  height: 24px;
  line-height: 24px;
  padding: 0 12px;  
  border-radius: 50px;
  background: rgb(102 112 132 / 20%);
  color: #475467;
  font-size: 0.875em;  
}
.artlog_view .board_btn {
  text-align: center;
}



.board_view .board_view_cont{}
.board_view .board_view_cont .bv_context{
  padding: 20px;
  border-bottom: 1px solid #E4E7EC;
  line-height: 1.6em;
  min-height: 300px;
}
.board_pn_list {
  margin-top: 40px;
  border-top: 1px solid #e4e7ec;
}
.board_pn_list dl{
  display: flex;
  border-bottom: 1px solid #e4e7ec;
  line-height: 1.6em;
}
.board_pn_list dl dt{
  position: relative;
  color: #101828;
  font-weight: 600;
  width: 120px;
  padding: 16px 24px;
}
.board_pn_list dl dt:before{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background: #e4e7ec;
}
.board_pn_list dl dt img{
  position: absolute;
  right: 20px;
  height: 20px;
  top: calc(50% - 10px);
}
.board_pn_list dl dd{
  width: calc(100% - 120px);
  padding: 16px 24px;
  color: #838B9C;
}
.board_pn_list dl dd a{
  color: #101828;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board_pn_list dl dd a:hover{
  text-decoration: underline;
}

.bv_answer{
  background: #F4F5F8;
  padding: 20px;
  border-top: 1px solid #E4E7EC;
  border-bottom: 1px solid #E4E7EC;
  line-height: 1.6em;
}
.bv_answer .bv_answer_head {
  display: flex;
  margin-bottom: 8px;
}
.bv_answer .bv_answer_head .bv_tit{
  display: block;
  font-family: 'GmarketSansBold';
  font-weight: normal;
  font-size: 1.25rem;
  color: #0B3190;
  margin-right: 12px;
}
.bv_answer .bv_answer_head .bv_info{
  color: #838B9C;
  font-size: 0.9em;
}
.bv_answer .bv_answer_cont{
  background: #fff;
  padding: 16px;
  color: #475467;
  line-height: 1.6em;
  border: 4px solid #F2F4F7;
}


/* 게시판 글쓰기 */
.bw_head{
  margin-bottom: 60px;
}
.bw_head h3{
  font-family: 'GmarketSansBold';
  font-size: 2rem;
  color: #101828;
  margin-bottom: 4px;
}
.bw_head p{
  font-size: 1.125em;
}
.bw_tbl_box{}
.bw_tbl_box tbody th{
}
.bw_tbl_box input,
.bw_tbl_box textarea{
  width: 100%;
}
.bw_tbl_box tbody th{
  background: #F9FAFB;
  background: #F2F2F5;
  color: #101828;
  border: 0;
  text-align: left;
  width: 140px;
  padding: 20px 20px 20px 24px;
  font-weight: bold;
}
.bw_foot{
  margin-top: 20px;
}
.bw_foot .board_btn{
  text-align: center;
}
.bw_foot .board_btn .btn{
  margin: 0 12px;
}


/* 갤러리 */
.gallery_list > ul{
  display: flex;
  flex-wrap: wrap;
}
.gallery_list > ul > li{
  border: 1px solid #E4E7EC;
  overflow: hidden;
}
.gallery_list > ul > li .desc{
  padding: 16px 12px 24px 12px;
}
.gallery_list > ul > li .desc .tit{
  font-size: 1.125em;
  color: #010819;
  letter-spacing: -1px;
}
.gallery_list > ul > li .desc .date{
  color: #667085;
  padding-top: 8px;
}

.gallery_list > .art{
  gap: 24px;
  padding-bottom: 0;
}
.gallery_list .art > li{
  width: calc((100% - 24px * 3) / 4);
  background: #fff;
}
.gallery_list .art > li .img_box{
  padding-top: 110%;
}
.gallery_list .art > li .desc{
  text-align: center;
}
.gallery_list .artist {
  gap: 60px 40px;
}
.gallery_list .artist > li{
  width: calc((100% - 80px) / 3);
  transition: all .2s ease;
  overflow: visible;
  border: 0;
}
.gallery_list .artist > li:nth-child(5n){
  margin-right: 0;
}
.gallery_list .artist > li .img_box{
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 8px solid #fff;
  margin: 0 auto;
}
.gallery_list .artist > li .img_box:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/enlarge.svg) no-repeat center;
  background-size: 100%;
  width: 60px;
  height: 60px;
  transition: all .3s ease;
  z-index: 1;
  opacity: 0;
}
.gallery_list > .artist > li .desc {
  margin-top: -60px;
  text-align: center;
  background: #F9FAFB;
  background: #F4F5F8;
  padding: 80px 24px 24px;
}
.gallery_list > .artist > li .desc .tit {
  height: 40px;
  line-height: 40px;
  font-size: 1.25em;
}
.gallery_list > .artist > li .desc .sub_tit{
  color: #838B9C;
  color: #ADB5C2;
  font-weight: 600;
  font-size: 0.8em;
}
.gallery_list > .artist > li .desc b{
  display: block;
  font-weight: 600;
  margin-bottom: 16px;
}
.gallery_list > .artist > li .desc .ellipsis2{
  font-size: 0.9em;
  color: #667085;
}
.gallery_list .artist > li:hover .desc{
  background: #344054;
}
.gallery_list > .artist > li:hover .desc .tit{
  color: #fff;
}
.gallery_list > .artist > li:hover .desc b {
  color: #fff;
  opacity: 0.8;
}
.gallery_list > .artist > li:hover .desc .ellipsis2{
  color: #fff;
  opacity: 0.5;
}
.gallery_list .artist > li:hover .img_box:before{
  opacity: 1;
}
.gallery_list .artist > li:hover .img_box img{
  opacity: .6;
}
.gallery_list > .event{
  gap: 32px;
  padding-bottom: 0;
}
.gallery_list .event > li{
  width: calc((100% - 32px * 3) / 4);
  background: #f9fafb;
  background: #F4F5F8;
  border: 0;
}
.gallery_list .event > li .img_box.type02 {
  padding-top: 70%;
}
.gallery_list .event > li .desc {
  padding: 20px;
}
.gallery_list .event > li .desc .tit {
  width: 90%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gallery_list .event > li .desc .date {
  padding-top: 12px;
}
.gallery_list .event > li:hover .desc .tit {
  text-decoration: underline;
}

.board_event_view{}
.board_event_view .board_view_head .bv_title {
  padding: 40px;
  text-align: center;
}
.board_event_view .board_view_head .bv_title strong {
  font-size: 1.5em;
}
.board_event_view .board_view_head .bv_title .bv_info {
  color: #838B9C;
}
.board_event_view .board_view_cont .bv_context {
  text-align: center;
}
.board_event_view .board_btn {
  text-align: center;
}

.artist_modal{
  line-height: 1.6em;
}
.artist_modal .modal-dialog{
  width: 60%;
  height: 80%;
}
.gallery_list > ul > li .desc .tit {
    font-size: 1.125em;
    color: #010819;
    letter-spacing: -1px;
}
.about_artist{
  display: flex;
}
.about_artist .img_box{
  flex: 0 0 36%;
  margin-right: 60px;
}
.about_artist .img_box img{
  height: auto;
}
.about_artist .txt_box{
  border-top: 3px solid #101828;
  padding: 40px 0;
  border-bottom: 1px solid #E4E7EC;
}
.about_artist .txt_box .name{
  display: flex;
  align-items: baseline;
  margin-bottom: 24px;
}
.about_artist .txt_box .name strong{
  font-size: 1.5em;
  margin-right: 12px;
}
.about_artist .txt_box .name span{
  font-size: 1.125em;
  font-weight: 700;
  color: #ADB5C2;
}
.info_list{}
.info_list > dl{
  display: flex;
  margin: 12px 0;
}
.info_list > dl > dt{
  flex: 0 0 100px;
  color: #838B9C;
}
.info_list > dl > dd{}
.info_list > dl > dd > ul{}
.info_list > dl > dd > ul > li{}
.info_list > p{
  line-height: 1.6;
  color: #667085;
  margin-top: 24px;
}

/* 소장품 상세보기 */
.art_view_content{}
.art_view_content .art_view_box{
  display: flex;
  margin-bottom: 100px;
}
.art_view_box .art_view_img_box{
  position: relative;
  flex: 0 0 700px;
  height: 500px;
  margin-right: 80px;
  border: 1px solid #E4E7EC;
  overflow: hidden;
  text-align: center;
}
.art_view_img_box .img_box {
  height: 100%;
  width: 100%;
  background: #f9fafb;
}
.art_view_img_box .img_box img{
  width: auto;
  height: 100%;
}
.art_view_img_box .zoomin{
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #344054;
  background: url(/images/maximize.svg) no-repeat center;
  background-color: rgb(255 255 255 / 80%);
  /* background-size: 18px; */
  text-indent: -999px;
  transition: all .3s ease;
}
.art_view_img_box .zoomin:hover{
  background-color: #fff;
}

.zoom_modal .modal-header h3 {
  text-align: center;
  padding: 0 80px;
}
.zoom_modal .zoom-wrap{
  /* overflow-y: auto; */
}
.zoom_modal .zoom-wrap img{
  width: 100%;
  height: 100%;
}
.art_view_box .art_view_txt_box{
  flex: 1;
}
.art_view_txt_box .title{
  border-top: 3px solid #101828;
  border-bottom: 1px solid #E4E7EC;
  padding: 40px 0;
  margin-bottom: 40px;
}
.art_view_txt_box .title ul{
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 8px;
}
.art_view_txt_box .title .en_name{
  color: #838B9C;
}
.art_view_txt_box .title .kr_name{
  color: #85715F;
}
.art_view_txt_box .title h3{
  font-size: 2em;
}
.art_view_txt_box .btn{
  margin-top: 40px;
  width: 100%;
}
.art_view_content .art_view_deatil{}
.art_view_deatil .tab_wrapper{}
.art_view_deatil .tab_content{
  padding: 60px 40px;
}
.art_view_deatil .desc_box{
  line-height: 1.6;
  color:#667085;
}
.desc_box > li{
  margin-bottom: 16px;
}
/* 작가상세보기 */
#sub_container.artist_view{
  padding-bottom: 0;
}
.artist_view .about_artist .txt_box .name {
  margin-bottom: 36px;
}
.artist_view .about_artist .txt_box .name h3{
  font-size: 2em;
  margin-right: 16px;
}
.artist_view .about_artist .txt_box .name span {
  font-size: 1.25em;
}
.info_list_wrap{}
.info_list_wrap h4{
  font-size: 1.25em;
  margin-bottom: 12px;
}
.info_list_wrap > li{
  margin-bottom: 28px;
}

/* 아트로그 */
.art_list{
  border-top: 2px solid #344054;
}
.art_list > ul{}
.art_list > ul > li{
  padding: 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
}
.art_list > ul > li .img_box{
  width: 240px;
  width: 22%;
  overflow: hidden;
  max-height: 195px;
  flex: 0 0 auto
}
.art_list > ul > li .img_box img{}
.art_list > ul > li .txt_box{
  flex: 1;  
  width: calc(100% - 48px - 22%);
  padding-left: 40px;
  color: #667085;
}
.art_list > ul > li .txt_box strong{
  display: block;
  font-size: 1.5em;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #101828;
}
.art_list > ul > li .txt_box p{
  font-size: 0.95em;
  min-height: 36px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;  
  -webkit-box-orient: vertical;    
  margin-bottom: 12px;
}
.art_list > ul > li .txt_box .art_info{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
}
.art_list > ul > li .txt_box:hover strong,
.art_list > ul > li .txt_box:hover p{
  /* text-decoration: underline; */
}
.art_list > ul > li .txt_box .tag{}



/* qna */
.qna_list{
  line-height: 1.6;
  border: 1px solid #E4E7EC;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0px 0px 1px rgba(16, 24, 40, 0.24), 0px 3px 8px -1px rgba(52, 64, 84, 0.05);
}
.qna_list > li{
  border-bottom: 1px solid #E4E7EC;
}
.qna_list > li > dl{}
.qna_list > li > dl .ico{
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  flex: 0 0 52px;
}
.qna_list > li > dl dt{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  padding: 32px 80px 32px 32px;
  cursor: pointer;
}
.qna_list > li > dl dt .ico{
  color: #85715F;
}
.qna_list > li > dl dt strong{
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .3s ease;
}
.qna_list > li > dl dt em{
  position: absolute;
  right: 20px;
  top: calc(50% - 14px);
  height: 28px;
  transition: all .3s ease;
}
.qna_list > li > dl dt em img{
  width: 100%;
  height: 100%;
}
.qna_list > li > dl dd{
  padding: 32px 80px 32px 32px;
  font-size: 1.125em;
  background: #F4F5F8;
  background: #f6f5f4;
  display: none;
}
.qna_list > li > dl dd > div{
  display: flex;
}
.qna_list > li > dl dd p{}
.qna_list > li > dl dd p span{}
.qna_list > li > dl dt.active strong{
  width: 100%;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}
.qna_list > li > dl dt.active em{
  transform: rotate(180deg);
}

/* sub0101 */
.about_top{
  display: flex;
  margin-bottom: 80px;
}
.about_top .txt_box{
  width: 50%;
  padding-top: 60px;
  padding-right: 60px;
}
.about_top .txt_box > p{
  font-size: 1.25em;
  overflow: hidden;
  font-weight: 500;
  color: #837467;
  margin-bottom: 20px;
}
.about_top .txt_box > p:after{
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #837467;
  margin-left: 20px;
}
.about_top .txt_box strong{
  display: block;
  color:#101828;
  font-size: 2.5em;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  line-height: 1.3;
}
.about_top .txt_box_inner{
  font-size: 1.125em;
}
.txt_box_inner > div{
  margin-bottom: 40px;
  margin-bottom: 20px;
}
.txt_box_inner > div p{
  line-height: 1.7;
  letter-spacing: -0.5px;
}
.txt_box_inner > div .sign{
  font-family: 'Handletter';
  font-size: 2.5em;
  opacity: 0.8;
  margin-left: 8px;
}
.about_top .img_box{
  width: 50%;
  height: 573px;
}
.about_btm{
  display: flex;
  justify-content: space-around;
}
.about_btm > li{
  position: relative;
  width: 28%;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 4px solid #E4E7EC;
  line-height: 1.6em;
  color: #1C0600;
}
.about_btm > li:before {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  border-right: 4px solid #85715F;
  border-bottom: 4px solid #85715F;
  border-color: #85715F;
  border-radius: 0;
  padding: 20px;
}
.about_btm > li p{
  font-weight: 600;
  opacity: 0.4;
  margin-bottom: 12px;
}
.about_btm > li strong{
  font-weight: 800;
  font-size: 1.25em;
}

#sub_container.introduce_container{
  padding: 20px 0 0px;
}
.introduce_content h4{
  position: relative;
  font-size: 2em;
  font-weight: 500;
  color: #1C0600;
  text-align: center;
  padding: 20px 0 60px;
}
.introduce_content h4:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 18px;
  height: 2px;
  margin-left: -9px;
  background: #85715F;
}
.introduce_content > article{
  padding-top: 60px;
  padding-bottom: 80px;
}
.introduce_content > article:nth-child(2n){
  background: #f9fafb;
}
.introduce_content .ui_box2{
  text-align: center;
}
.introduce_content .ui_box2 strong{
  font-size: 22px;
  padding-bottom: 12px;
  color: #5F4D3C
}
.introduce_content .bu_list > li {
  display: flex;
}
.introduce_content .dl_list.type01 dl dt {
  font-size: 24px;
	width: 120px;
}
.introduce_content .bu_list > li strong{
  display: block;
  width: 60px;
}
.art_logo .ui_box.v2{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 40px;
}
.art_logo .ui_box.v2 img{
  display: block;
}
.art_logo .ui_box.v2 > img:nth-child(1){
  height: 100px;
}
.art_logo .dl_box dl{
  margin-top: 60px;
}
.art_logo .dl_box dt{
  position: relative;
  width: 200px;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
}
.art_logo .dl_box dt:after{
  content: "";
  display: block;
  height: 7px;
  width: 40px;
  background: #776555;
  background: #776555;
  position: absolute;
  top: 0;
  left: 0;
}
.art_logo .dl_box dd{
  border-top: 1px solid #E4E7EC;
  padding-top: 40px;
  flex: 1;  
}
.art_logo .dl_box .flex{
  gap: 20px;
}
.art_logo .dl_box .flex img{
  height: 160px;
}
.art_logo .dl_box b{
  color: #2C2A29;
}
.art_logo .dl_box span{
  color: #776555;
}
.dl_card_box{
  display: flex;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #E4E7EC;
  padding: 40px;
}
.dl_card_box dl{
  border-right: 2px solid #85715F;
  border-right: 2px dashed #E4E7EC;
  padding: 20px;
  flex: 1;
}
.dl_card_box dl:last-child{
  border-right: 0;
}
.dl_card_box dl dt{
  font-size: 1.125em;
  color: #555770;
  margin-bottom: 12px;
}
.dl_card_box dl dd{}
.dl_card_box dl dd b{
  font-size: 1.5em;
}
.dl_card_box dl dd span{
  margin-left: 8px;
}

.introduce_content .history{
  margin-top: 100px;  
  background: #f9fafb;
}
.history .dl_list {}
.history .dl_list dl {
  align-items: flex-start;
  padding: 32px 0px;
}
.history dl dt{
  font-weight: bold;
  font-size: 1.125em;
  color: #101828;
}
.history dl dd{
  display: flex;
}
.history dl dd p{
  margin-right: 24px;
}
.introduce_content .vision{
  
}
.vision .ui_box{
  background: #fff;
  padding: 0 80px;
  margin-bottom: 40px;  
}
.vision dl{
  padding: 40px 0;
  align-items: center;
}
.vision dl + dl{
  border-top: 1px solid #E4E7EC;
}
.vision dl dt{
  width: 180px;
  text-align: center;
  font-size: 26px;
  font-size: 1.6em;
  font-size: 1.25em;  
  font-weight: 700;
}
.vision dl dd{
  flex: 1;
}
.vision dl dd strong{
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 1.25em;  
  font-weight: 600;
  color: #776555;
}
.vision dl dd p{
  font-size: 15px;
  font-size: 0.95em;  
}
.vision dl dd p{}
.vision .rental_info > li {
  border: 12px solid rgb(119 101 85 / 20%);
  width: 260px;
  height: 260px;
  margin: 0 -20px;  
}
.vision .core_values{
  position: relative;
  padding-top: 100px;  
}
.vision .core_values:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 70px;
  background: #776555;  
}
.vision .core_values p {
  text-align: center;
  line-height: 1.6;  
}
.core_values .rental_info {
  margin-bottom: 32px;
}
.core_values .rental_info > li > div {
  padding: 0 60px;
}
.core_values .rental_info > li strong {
  color: #776555;
  font-weight: 700;
}
.core_values .rental_info > li p {
  color: #776555;
  opacity: 0.5;
  font-weight: 500;  
}
.introduce_content .organization{
  padding-top: 100px;
  padding-bottom: 100px;
}

.organization h4{
  text-align: center;
  padding-bottom: 20px;  
}
.organization h4 + p{
  text-align: center;
  padding-bottom: 60px;
}
.organization .org_tree{
  text-align: center;
  letter-spacing: -0.5px;  
}
.org_tree .head {
  position: relative;
  display: flex;
  width: 200px;
  height: 200px;
  border: 1px solid #776555;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 80px;
}
.org_tree .head::before,
.org_tree .head::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  content: '';
  transform: translateY(-50%);
  border-radius: 100%;
  background: #5F4D3C;
  border: 5px solid #fff;
}
.org_tree .head::before{
  left:-10px;
}
.org_tree .head::after{
  right:-10px;
}
.org_tree .head .ceo {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  background: url('/images/org_tree.png') no-repeat right bottom / auto 122px #5F4D3C;
  background: #5F4D3C;
  border-radius: 100%;
}
.org_tree .head span{
	font-size: 22px;
	font-weight: 500;
  opacity: 0.5;
}
.org_tree .head strong{
	font-size: 28px;
	font-weight: 700;
}
.org_tree .team:before {
  content: "";
  display: block;
  width: 1px;
  background: var(--border);
  height: 30px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.org_tree .team {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.org_tree .team::after {
  position: absolute;
  top: -50px;
  left: 50%;
  transform:translateX(-50%);
  display: block;
  width: calc(100% - 22%);
  height: 1px;
  content: '';
  background: var(--border);
}
.org_tree .team>li {
  position: relative;
  width: 22%;
  border-radius: 12px 12px 0 0;
  border:1px solid #1C0600;
  border:1px solid #A08B78;
  background-color:#fff;
}
.org_tree .team>li::before {
  position: absolute;
  top: -50px;;
  left: 50%;
  transform:translateX(-50%) translateX(-0.5px);
  display: block;
  width: 1px;
  height: 50px;
  content: '';
  background: var(--border);
}
.org_tree .team .category {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
  background: #1C0600;
  border-radius: 12px 12px 0 0;  
}
.org_tree .team .category strong{
  font-size: 20px;
  font-weight: 600;
}
.org_tree .team .category span{
  opacity: 0.6;
}
.org_tree .team .item_list {
  padding: 32px 36px;
  text-align: left;
}
.org_tree .team .item_list > li:not(:last-child){
  margin-bottom: 40px;
}
.org_tree .team .title {
  font-weight: 500;
  border-bottom: 2px solid #776555;
  margin-bottom: 12px;  
  padding-bottom: 12px;
}
.org_tree .team .title strong{
  position: relative;
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.org_tree .team .title span{
  display: block;
  font-size: 14px;
  color: #BCA693;
}
.org_tree .team .title strong::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--primary);
  margin-bottom: 4px;
}
.org_tree .team .item_list p{
  color: #667085;
}

.introduce_content > article.certification{
  padding-bottom: 160px;
  text-align: center;
}
.certification ul{
  display: flex;
}
.certification ul li{
  margin-right: 60px;
}
.certification ul li .img_box{
  width: 320px;
  height: 420px;
  border: 1px solid #E4E7EC;
}
.certification ul strong{
  display: block;
  font-size: 1.125em;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: -0.05rem;
}

.map_info {
  display: flex;
  gap: 32px;
}
.map_info li{
  flex: 1;
}
.map_info .tit{
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.map_info strong{
  font-size: 1.5em;
  color: #101828;
  padding-right: 12px;
}
.map_info .tit .btn{
  background: #F2F4F7;
  color: #344054;
}
.map_info .tit .btn:hover{
  background: #E4E7EC;
}
.map_info .map_box{
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.map_info .map_box .root_daum_roughmap{
  width: 100%;
}
.map_info li .dl_box{}
.map_info li .dl_box dl{
  margin-bottom: 20px;
}
.map_info li .dl_box dl dt{
  color: #85715F;
  width: 48px;
}
.map_info li .dl_box dl dd{
  color:#475467;
}
.map_info .btn_box{
  text-align: right;
}
.map_info .btn_box .btn {
  margin: 0;
  margin-right: 12px;
}

/* BUSINESS*/
.bsn_content > article{
  margin-bottom: 40px;
}
.bsn_content .sub_title_box{
  margin-bottom: 60px;
}
.bsn_content .sub_title_box h3{
  position: relative;
  font-size: 2.25em;
}
.bsn_content .sub_title_box h3:before {
  content: "";
  display: block;
  background: #ADB5C2;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 20%;
}
.bsn_content .sub_title_box h3:after {
  content: "";
  display: block;
  background: #ADB5C2;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 20%;
}
.bsn_content .sub_title_box p{
  width: 52%;
  margin: 0 auto;
  line-height: 1.6;
}
.text_box_area{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;  
}
.text_box_area li{
  position: relative;
  flex: 0 0 30%;
  height: 320px;
  padding: 0 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1C0600;
  
  transition: all .4s ease-in-out;
}
.text_box_area li img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  
  opacity: 0.25;
  transition: all .4s ease-in-out;
}
.text_box_area li > div{
  transition: all .4s ease-in-out;
}
.text_box_area li h5{
  position: relative;
  z-index: 5;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.5;
  transition: all .4s ease-in-out;  
}
.text_box_area li p{
  display: none;
  line-height: 1.6;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.5px;  
  transition: all .4s ease-in-out;  
}
.text_box_area li p b{
  font-weight: 600;
}
.text_box_area li:active,
.text_box_area li:focus,
.text_box_area li:hover{
  background: #776555;
}
.text_box_area li:active img,
.text_box_area li:focus img,
.text_box_area li:hover img{
  opacity: 0;
}
.text_box_area li:active h5,
.text_box_area li:focus h5,
.text_box_area li:hover h5{
  display: none;
}
.text_box_area li:active p,
.text_box_area li:focus p,
.text_box_area li:hover p{
  display: block;
}
.bsn_info_list{
  display: flex;
  margin-left: 2%;
}
.bsn_info_list li{
  font-size: 1.125em;
  font-weight: 600;
  width: 35%;
  padding: 40px;
  text-align: center;
  border-radius: 50px;
  margin-left: -2%;
  background: rgb(188 166 147 / 20%);
}
.bsn_info_list li:nth-child(2){
  background: rgb(188 166 147 / 40%);
}
.bsn_info_list li:nth-child(3){
  background: rgb(188 166 147 / 60%);
}

.bsn_content h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #101828;
  border-bottom: 1px solid #D0D5DD;
  border-bottom: 1px solid #E4E7EC;
  padding: 60px 0 20px 8px;
  margin-bottom: 40px;
}
.bsn_content #con03 .text_imgbox_area.length5{
  margin-bottom: 120px;
}

.onedayclass .title_box{
  text-align: center;
  margin-bottom: 40px;
}
.onedayclass .title_box .bar{
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #85715f;
  background: #A08B78;
  margin: 16px 0 20px;
}
.onedayclass .title_box h3{
  font-size: 2em;
  font-weight: 600;
  color: #101828;
}
.onedayclass .title_box p{
  padding: 12px 0 20px;
}
.onedayclass .btn_box{
  display: flex;
  justify-content: center;
  gap: 24px;
}
.onedayclass .btn_box .btn{
  margin: 0;
}
.onedayclass .btn_box .btn:last-child{
  background: #101828;
}
.onedayclass .btn.lg{
  padding: 0 60px;
  font-size: 1em;
  font-weight: 500;
}
.onedayclass .cont_box{
  border: 4px solid #F2F4F7;
}
.onedayclass .cont_box .text_imgbox_area{
  padding: 40px  
}
.onedayclass .cont_box .text_imgbox_area h5 {
  font-size: 0.95em;
  color: #667085;
  margin-top: 8px;
}
.onedayclass .cont_box dl{
  padding: 24px 40px;
  background: #F9FAFB;
  display: flex;
  align-items: center;
  gap: 16px;
}
.onedayclass .cont_box dl dt{
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 1.125em;
  font-weight: 600;
  color: #ff8884;
  color: #c35353;
}
.onedayclass .contact_box{
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.onedayclass .contact_box > div{
  width: 36%;
}
.onedayclass .contact_box > .form_box{
  width: 60%;
}
.onedayclass .contact_box .box_tit{
  display: block;
  font-size: 2em;
  font-weight: 800;  
  padding-bottom: 12px;
  border-bottom: 2px solid #344054;
  margin-bottom: 20px;
}
.onedayclass .contact_box  .info{
  font-size: 0.9em;
  margin-top: 8px;
}
.onedayclass .contact_box  ul{
  margin-top: 40px;
}
.onedayclass .contact_box  ul li{
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0;
  font-size: 1.125em;  
}
.onedayclass .contact_box  ul li i{
  padding: 12px;
  border-radius: 50%;
  background: hsl(2deg 100% 76% / 16%);
}
.onedayclass .contact_box  ul li img{
  width: 20px;
  height: 20px;
}

.onedayclass .contact_box .form_box{
  background: var(--primary-bg);
  padding: 40px 60px;
}
.onedayclass .contact_box .form_box input{
  width: 100%;
  margin-bottom: 12px;
  border: 0;
}
.onedayclass .contact_box .form_box textarea{
  width: 100%;
  margin-bottom: 20px;
  border: 0;
  height: 160px;
}
.onedayclass .contact_box .form_box .btn{
  /* width: 100%; */
  background: var(--primary-darker);
  margin-top: 32px;
}

.text_imgbox_area{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.text_imgbox_area li{
  margin-right: 40px;
}
.text_imgbox_area.length5 li{
  width: calc((100% - calc(40px * 4)) / 5);
}
.text_imgbox_area.length5 li:nth-child(5n){
  margin-right: 0px;
}
.text_imgbox_area h5{
  font-size: 1.25em;
  color: #101828;
  margin-top: 20px;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
.text_imgbox_area .text_box{
  margin-left: 28px;
}
.text_imgbox_area .text_box h5{
  font-size: 1.5em;
  margin-bottom: 12px;
}
.text_imgbox_area .text_box p{
  color: #475467;
  color: #667085;
}
.text_imgbox_area_wrap > li{
  display: flex;
  margin-bottom: 80px;
}
.text_imgbox_area_wrap .img_box{
  width: 60%;
  height: 360px;
}
.text_imgbox_area_wrap .text_box{
  width: 40%;
  padding: 24px 40px 0;
}
.text_imgbox_area_wrap .text_box b{
  display: block;
  font-size: 1.5em;
  color: #85715F;
  margin-bottom: 24px;
}
.text_imgbox_area_wrap .text_box h5{
  font-size: 1.75em;
  margin-bottom: 40px;
}
.text_imgbox_area_wrap .text_box p {
  color: #475467;
  color: #667085;
}

/* 대관안내 */
.rental_content{}
.rental_content article{
  margin-bottom: 60px;
}
.sub_title_box{
  text-align: center;
  color: #667085;
}
.sub_title_box .bar{
  display: inline-block;
  width: 2px;
  height: 32px;
  background: #838b9c;
  margin-bottom: 8px;
}
.sub_title_box h3 {
  color: #101828;
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 20px;
}
.rental_content .rental_img {
  width: 100%;
  height: 400px;
  background: url(/images/information01.png) no-repeat;
  background-attachment:fixed;
  background-size: 100%;
  margin-bottom: 40px;
}
.rental_content .rental_video {
  position: relative;
  border: 4px solid #E4E7EC;
  background: #f4f5f8;
}
.rental_content .rental_video:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  bottom: -4px;
  border-left: 4px solid #85715F;
  border-top: 4px solid #85715F;
  border-bottom: 4px solid #85715f;
  padding: 20px;
  border-color: #A08B78;
}
.rental_content .rental_video:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border-right: 4px solid #85715F;
  border-top: 4px solid #85715F;
  border-bottom: 4px solid #85715f;
  padding: 20px;
  border-color: #A08B78;
}
.rental_video .video_wrapper {
  height: 480px;
}
.rental_info{
  display: flex;
  justify-content: center;
}
.rental_info > li{
  border: 1px solid #a08b78;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 0 20px;
  text-align: center;
  color: #667085;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rental_info > li > div{
  padding: 0 20px 20px;
}
.rental_info > li .bar{
  display: inline-block;
  width: 2px;
  height: 20px;
  background: #a08b78;
  transform: rotate(45deg);
  opacity: 0.5;
}
.rental_info > li strong{
  display: block;
  font-size: 1.5em;
  font-size: 1.25em;
  color: #a08b78;
  margin-bottom: 8px;
  font-weight: 500;
}
.rentalfee_guide{
}
.rentalfee_guide img{
  width: 100%;
}
.rentalfee_guide .btn.lg{
  width: 260px;
}
.rentalfee_guide .modal-dialog {
  width: 905px;
}
.rentalfee_guide .tbl_box + .bu_list{
  display: flex;
  gap: 40px;
  font-size: 14px;
}
.rentalfee_guide h4{
  text-align: center;
}
.rentalfee_guide h5{
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  color: #101828;
  margin-top: 32px;
  margin-bottom: 8px;
}
.rental_content .tab_wrapper{}
.rental_content .tab_wrapper .tab_menu {
  border-bottom: 0;
}
.rental_content .tab_wrapper .tab_menu >li.on_tab {
  border-bottom: 3px solid #85715F;
}
.rental_content .tab_content > div{
  border: 1px solid #D0D5DD;
  padding: 36px;
}
.rental_content .tab_content > div > p {
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E7EC;
  padding-bottom: 20px;
}
.rental_content .tab_content .dl_info_box {
  color: #475467;
  display: flex;
  margin-bottom: 20px;
}
.rental_content .tab_content .dl_info_box dl {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
.rental_content .tab_content .dl_info_box dl dt {
  font-weight: bold;
  color: #101828;
  margin-right: 16px;
}
.rental_content .tab_content .dl_info_box dl dt img{
  width: 20px;
  vertical-align: text-bottom;
}
.rental_content .tab_content .img_box_wrap{
  display: flex;
  height: 480px;
  margin-bottom: 40px;
}
.img_box_wrap .swiper{}
.img_box_wrap .swiper-button-next, 
.img_box_wrap .swiper-button-prev{
  color: #475467;
}
.img_box_wrap .gallery-slide{
  width: calc(80% - 12px);
  margin-right: 12px;
}
.img_box_wrap .gallery-thumbs{
  width: 20%;
}
.img_box_wrap .swiper .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumbs .swiper-slide {
  opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}





.rental_content .tab_content .dl_box{
  display: flex;
}
.rental_content .tab_content .dl_box dt{
  font-weight: 700;
  color: #101828;
  flex-shrink: 0;
  font-size: 1.125em;
  /* width: 120px; */
  padding-right: 32px;
  margin-right: 32px;
  border-right: 2px dashed #E4E7EC;
}
.rental_content .tab_content .dl_box dd .bu_list {
  display: flex;
  flex-wrap: wrap;
  color: #667085;
}
.rental_content .tab_content .dl_box dd .bu_list > li {
  margin-bottom: 8px;
  padding-left: 12px;
  position: relative;
  text-align: left;
  line-height: 1.5em;
  width: 22%;
}
.rental_content h4{
  font-size: 1.5em;
  font-weight: 600;
  color: #101828;
  margin-bottom: 20px;
}
.step_list{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.step_list dl{
  position: relative;
  display: flex;
  width: calc((100% - 40px) / 3);
  border: 1px solid #E4E7EC;
  padding: 24px;
}
.step_list dl dt{
  flex: 0 0 140px;
}
.step_list dl dt p{
  font-size: .9em;
  font-weight: 700;
  color: #adb5c2;
}
.step_list dl dt strong{
  font-size: 1.25em;
  font-weight: 500;
  color: #85715F;
}
.step_list dl dd{
  color: #667085;
}
.step_list dl dd p{
  margin-bottom: 16px;
}
.step_list dl dd p + ul{}
.step_list dl dd p + ul li{
  margin-bottom: 4px;
}
.step_list dl dd ul li b{
  color: #344054;
  font-weight: 500;
  margin-bottom: 4px;
  display: block;
}
.step_list .btn_box{
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  gap: 12px;
  margin: 0;
  padding: 0 24px;

  padding: 16px 24px;
  border-top: 1px dashed #d0d5dd;  
}
.step_list .btn_box li{
  width: 50%;
}
.step_list .btn_box .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;  
  border: 2px solid #85715F;
  border-color: #D0D5DD;
  background: #fff;
  color: #344054;
  font-weight: 500;  
  margin: 0;
}
.step_list .btn_box .btn img{
  width: 18px;
  height: 18px;
}
.step_list .btn_box .info{
  margin: 0;
  margin-top: 4px;
  font-size: 14px;
  background-size: 1.125em;
  line-height: 1.6;
}


.sub07{}
.sub07 .sub_title {
  margin-bottom: 16px;
}
.sub07 .board_view_cont .bv_context img{
  width: 100%;
  max-width: 800px;
}
.sub07 .gallery_list {
  border-bottom: 2px solid #101828;
  padding-bottom: 16px;
}
.sub07 .gallery_list > .art {
  gap: 8px;
}
.sub07 .gallery_list .art > li {
  cursor: pointer;
  width: calc((100% - 8px* 9) / 10);
}
.exhibition_modal{}
.exhibition_modal .modal-dialog{
  height: auto;
}
.exhibition_modal .modal-header {
  padding: 16px 28px;
  text-align: center;
}
.exhibition_modal .modal-header h3 {
  padding-right: 0;
}
.exhibition_modal .modal-header .modal-close {
  right: 20px;
}
.exhibition_modal .modal-body {
  padding: 24px 28px 40px 28px;
  height: auto;
}
.exhibition-gallery{
  position: relative;
}
.exhibition-gallery .swiper-button-next,
.exhibition-gallery .swiper-button-prev {
  color: #475467;
}
.exhibition-gallery .swiper-button-next, 
.exhibition-gallery .swiper-button-prev {
  top: calc(100% - 70px);
}
.exhibition-gallery .swiper-button-next:after, 
.exhibition-gallery .swiper-button-prev:after {
  font-size: 32px;
}
.exhibition-gallery .swiper-button-prev {
  left: -8px;
}
.exhibition-gallery .swiper-button-next{
  right: -8px;
} 
.exhibition-gallery .exhibition-gallery-slide{
  height: 580px;
  margin-bottom: 20px;
}
.exhibition-gallery-slide .swiper-slide{
  text-align: center;
}
.exhibition-gallery-slide .swiper-slide img{
  max-height: 100%;
}

.exhibition-gallery .exhibition-gallery-thumbs{
  height: 140px;
  margin: 0 20px;
}
.exhibition-gallery-thumbs .swiper-slide {
  border-radius: 4px;
  overflow: hidden;
  opacity: 0.4;
}
.exhibition-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.exhibition-gallery-thumbs .swiper-slide img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub07_list{}
.sub07_list .gallery_list .event > li .img_box.type02 {
  padding-top: 92%;
}
.sub07_list .gallery_list .event > li {
  background: #fff;
  border: 1px solid #d0d5dd;
}
.sub07_list .gallery_list > ul > li .desc .tit {
  width: 100%;
  font-size: 1.25em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: break-spaces;
  margin-bottom: 12px;
}
.sub07_list .gallery_list > ul > li .desc dl {
  position: relative;
  display: flex;
  align-items: center;
  align-items: baseline;
  gap: 8px;
  font-weight: 500;
  padding-left: 12px;
}
.sub07_list .gallery_list > ul > li .desc dl:before {
  content: "";
  display: block;
  background: #85715F;
  width: 4px;
  height: 4px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  border-radius: 50%;
  top: calc(50% - 2px);
  top: 0.65em;
}

.sub07_list .gallery_list > ul > li .desc dl dt{
  /* color: #475467; */
}
.sub07_list .gallery_list > ul > li .desc dl dd{
  color: #667085;
}