@charset "UTF-8";
/* 메인 비주얼 */
.main_visual_area{
    display: block;
    width: calc(100% - 200px);
    margin: 0 auto 150px;
    position:relative;
}
.main_visual{
	position:relative;
}
.main_visual .swiper-slide{
    aspect-ratio: 1720 / 880;
    position:relative;
    overflow:hidden;
    background:#fff;
}
.main_visual .swiper-slide > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.main_visual .swiper-slide > img.pc{
	display:block;
}
.main_visual .swiper-slide > img.mo{
	display:none;
}
.slide01 > .slide_txt{
    display: flex;
    position: absolute;
    top: 100px;
    left: 125px;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap:wrap;
    color:#fff;
}
.slide01 > .slide_txt.txt2{
	top:50%;
	transform:translateY(-50%);
}
.slide01 > .slide_txt.txt3{
	top:136px;
}
.slide01 > .slide_txt .sm_txt{
	font-size:30px;
	line-height:1em;
	margin-bottom:30px;
}
.slide01 > .slide_txt .md_txt{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:baseline;
	font-size:30px;
}
.slide01 > .slide_txt .md_txt > span{
	display:block;
	width:auto;
}
.slide01 > .slide_txt .bg_txt{
	font-size:60px;
	line-height:1em;
	margin-left: 10px;
	font-weight: 500;
}
.slide01 > .slide_txt > .slideTitle{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.slide_txt > .main_visual_txt_area{
	margin-left:35px;
	font-weight:200;
	font-size:30px;
	height:3.2em;
	line-height:1.6em;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.slide_txt > .main_visual_txt_area.bk{
	color:#000;
}
.slide01 > .slide_txt .slide_txt_c_m{
	margin:0 40px 0 50px;
}
.slide01 > .slide_txt .slide_txt_c_cont{
    margin-left: 35px;
}
.main_visual > .main-slide-button{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	padding-top:20px;
}

.main_visual > .main-slide-button > .swiper-button-prev,
.main_visual > .main-slide-button > .swiper-button-next{
	position:inherit;
	display:block;
	width:42px;
	height:42px;
	background-image:url(/humanframe/theme/domoheon/assets/img/common/btn_slide_arrow.png);
    background-repeat: no-repeat;
	background-size:10px 17px;
	background-position:center center;
	margin:0;
	border-radius:36px;
	border:1px solid #000;
	color: transparent;
	z-index: 2;
}
.main_visual > .main-slide-button > .swiper-button-next{
	transform:rotate(180deg);
	margin-left:8px;
	margin-right:24px;
}

.main_visual > .main-slide-button > .main-swiper-pregb,
.main_visual > .main-slide-button > .swiper-pagination{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 300px;
    position:inherit;
}
.main_visual > .main-slide-button > .swiper-pagination > .swiper-pagination-bullet{
    width: 100%;
    height: 2px;
    background: #c3beba;
    opacity:1;
    border-radius:0;
}
.main_visual > .main-slide-button > .swiper-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #57483c;
}
.scrl{
    padding: 20px 6px;
    font-size: 0.563em;
    position: absolute;
    bottom: 107px;
    left: 50%;
    color: #000;
    z-index: 9;
    border: 1px solid #000;
    letter-spacing: 0.3em;
    writing-mode: vertical-rl;
    border-radius: 40px;
    background-image: url(/humanframe/theme/domoheon/assets/img/common/btn_slide_arrow_down.png);
    background-repeat: no-repeat;
    background-size: 9px auto;
    background-position: center bottom 8px;
	animation-duration: 2s;
	animation-name: movscrl;
  	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes movscrl {
	0% {
    	bottom:107px;
  	}
  	50%{
    	bottom:120px;
  	}
	100% {
    	bottom:107px;
  }
}
@media all and (max-width:1600px){
	.main_visual_area{
		width:calc(100% - 160px);
	}
	.slide01 > .slide_txt{
		flex-direction:column;
		justify-content:flex-start;
		align-items:flex-start;
	    left: 80px;
	    top: 60px;
	}
	.slide01 > .slide_txt .slide_txt_c_cont{
		margin-left:0;
		margin-top:40px;
	}
	.slide_txt > .main_visual_txt_area{
		margin-left:0;
	}
}


@media all and (max-width:1370px){
@keyframes movscrl {
	0% {
    	bottom:147px;
  	}
  	50%{
    	bottom:160px;
  	}
	100% {
    	bottom:147px;
  }
}
}
@media all and (max-width:1280px){
	.main_visual_area{
		width:calc(100% - 64px);
	}
	.slide01 > .slide_txt{
		width:calc(100% - 50px); 
		left:50px;
	}
	.slide01 > .slide_txt .sm_txt{
		font-size:24px;
		word-break:keep-all;
	}
	.slide01 > .slide_txt .md_txt{
		font-size:36px;
	}
	.slide01 > .slide_txt .bg_txt{
		font-size:72px;
	}
}
@media all and (max-width:800px){
	.main_visual .swiper-slide{
    	aspect-ratio: 714 / 1360;
	}
	.main_visual .swiper-slide > img.pc{
		display:none;
	}
	.main_visual .swiper-slide > img.mo{
		display:block;
	}
	.slide01 > .slide_txt.txt3,
	.slide01 > .slide_txt.txt2{
		top:60px;
		transform:none;
	}
	.slide01 > .slide_txt .sm_txt{
		white-space:pre-line;
		line-height:1.4em;
	}
	.slide01 > .slide_txt .md_txt{
		font-size:28px;
	}
	.slide01 > .slide_txt .bg_txt {
		font-size: 50px;
	}
	.slide01 > .slide_txt{
		width:calc(100% - 60px);
	}
	.slide01 > .slide_txt > .slide_txt_c_m{
		margin:0 20px 0 24px;
	}
	.scrl{
		display:none;
	}
}

@media all and (max-width:576px){
	.slide01 > .slide_txt{
		left:24px;
	}
	.slide01 > .slide_txt .sm_txt{
		font-size:20px;
		word-break:keep-all;
	}
	.slide01 > .slide_txt .md_txt{
		font-size:24px;
		flex-wrap:wrap;
	}
	.slide01 > .slide_txt .bg_txt{
		font-size:32px;
	}
}
@media all and (max-width:512px){
	
	.slide01 > .slide_txt .sm_txt{
		word-break:keep-all;
	}
	.slide01 > .slide_txt .bg_txt{
		margin:0 8px;
	}
}
@media all and (max-width: 414px) {
	.slide01 > .slide_txt .bg_txt{
		display: block;
		width: 100% !important;
		margin:0;
	}
}
@media all and (max-width:380px){
	.slide01 > .slide_txt .sm_txt{
		font-size:18px;
		word-break:keep-all;
	}
	.slide01 > .slide_txt .md_txt{
		font-size:22px;
	}
	.slide01 > .slide_txt .bg_txt{
		font-size:30px;
		margin:0 4px;
	}
}

.gallery_area,
.event_area,
.program_area{
	display:block;
	width:100%;
	max-width:1282px;
	margin:0 auto 158px;
}
h2{
    font-size: 2.875em;
    text-align: center;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom:62px;
    line-height:1em;
}
h2 > span:first-child{
	padding-right:24px;
	margin-right:22px;
	position:relative;
	font-family:'MaruBuri';
}
h2 > span:first-child::after{
	display:block;
	content:'';
	width:1px;
	height:33px;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:#000;
}
h3{
    font-size:1.25em;
    font-weight: 700;
    color: #8e8e8d;
    line-height: 1em;
    margin-bottom: 25px;
}
/* 프로그램program */
.program_bx{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 53px;
}
.program_slide_01,
.program_slide_02,
.program_slide_03,
.program_slide_04,
.space_slide_01{
	overflow:hidden;
}
.gallery_bx .swiper-button-prev,
.gallery_bx .swiper-button-next,
.space_slide_wrap .swiper-button-prev,
.space_slide_wrap .swiper-button-next,
.visual-prev .swiper-button-prev,
.visual-next .swiper-button-next,
.event_bx .swiper-button-prev,
.event_bx .swiper-button-next,
.program_bx .swiper-button-prev,
.program_bx .swiper-button-next{
	background-image: url(/humanframe/theme/domoheon/assets/img/common/btn_gallery_arrow.png);
    width: 25px;
    height: 48px;
    margin: 0;
    left: -92px;
	transform:rotate(180deg);
	z-index:1;
}
.gallery_bx .swiper-button-next,
.space_slide_wrap .swiper-button-next,
.event_bx .swiper-button-next,
.program_bx .swiper-button-next{
	transform:rotate(0deg);
	left:inherit;
    right: -92px;
}

.swiper-slide > a > .slide_img_bx{
	width:100%;
	aspect-ratio:401 / 412;
	 overflow:hidden;
}
.swiper-slide > a > .slide_img_bx > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.program_slide_01 .swiper-slide > a img,
.program_slide_02 .swiper-slide > a img,
.program_slide_03 .swiper-slide > a img,
.program_slide_04 .swiper-slide > a img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.5s;
}
.swiper-slide > a:hover img{
	transform:scale(1.1);
	transition:1s;
}
.content_info_bx{	
    padding: 27px 0 17px;
    border-bottom: 1px solid #000;
}
.content_info_bx > .title{
    font-size:1.5em;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 18px;
    color: #000;
}
.content_info_bx > .cont{
    font-size: 1em;
    line-height: 1.5em;
    height:3em;
    color: #000;
    margin-bottom: 54px;
}
.content_info_bx > .date{
    font-size:1em;
    line-height: 1em;
    color: #000;
    background-image: url(/humanframe/theme/domoheon/assets/img/common/icon_arrow.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
	background-size: auto;
	padding-right:40px;
}
/* 협력프로그램event&pop-up */
.event_bx{
    display: flex;
    position: relative;
    width: calc(100% - 228px);
    margin: 0 auto 53px;
    flex-direction: column;
}
.event_slide_01{
	overflow:hidden;
}
.event_slide_01 .swiper-wrapper{
	padding:10px 0 100px;
}
.event_slide_01 .swiper-slide{
	filter:grayscale(100%);
    padding: 24px 23px 22px;
    background-color:#fff;
    width:440px;
    z-index: -1;
    position:relative;
    border:0;
}

.event_slide_01 .swiper-slide > a{
	display:block;
	width:100%;
}
.event_slide_01 .swiper-slide > a::after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	position:absolute;
	top:0;
	left:0;
}
.event_slide_01 .swiper-slide > a > .slide_img_bx{
	display:block;
	width:100%;
	aspect-ratio : 394/440;
	margin-bottom:40px;
	
}
.event_slide_01 .swiper-slide > a > .slide_img_bx > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
.event_slide_01 .swiper-slide.swiper-slide-active{
	filter:grayscale(0%);
    z-index: 1;
    box-shadow: 0 16px 30px rgba(0,0,0,0.4);
}
.event_slide_01 .swiper-slide.swiper-slide-active > a::after{
	display:none;
}
.event_slide_01 .content_info_bx{
	border:0;
	padding:0;
}
.event_slide_01 .content_info_bx > .cont{
	margin-bottom:0;
    font-size: 1em;
    line-height: 1.5em;
    height: 4.5em;
}
.event_bx .more_link{
	font-size:1em;
	font-weight:700;
	line-height:1em;
	padding-right:18px;
	background-image:url(/humanframe/theme/domoheon/assets/img/common/icon_arrow_viewmore.png);
	background-repeat:no-repeat;
	background-size:auto;
	background-position:right center;
	margin:0 auto;
}

/* 행사일정안내eventschedule */
.schedule_area{
    background: #e5e5e5;
    padding-top: 60px;
}
.schedule_area > h2{
    margin-bottom: 0px;
}
.calendar_wrap{
    display: block;
    width: 100%;
    margin: 0 auto 187px;
    background: #e5e5e5;
    padding: 16px 0;
}
.calendar_area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 1010px;
    background: #fff;
    margin: 0 auto;
    padding: 49px 51px 31px 59px;
}
.calendar_bx{
    width: 50%;
    max-width: 445px;
}
.calendar_title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom:24px;
}
.calendar_title > .month{
    font-size:1.5em;
    font-weight: 800;
}
.calendar_title > .button_bx{
	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0, -50%);
}
.calendar_title > .button_bx > .before_month,
.calendar_title > .button_bx > .next_month{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-image: url(/humanframe/theme/domoheon/assets/img/common/btn_slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
.calendar_title > .button_bx > .next_month{
	transform:rotate(180deg);
}
.calendar{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.calendar > .day,
.calendar > .date{
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
}
.calendar > .day > li,
.calendar > .date > li{
    display: flex;
    width: calc(100% / 7);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    border:1px solid #ccc;
    border-right:0;
    border-bottom:0;
    font-size:0.75em;
    font-weight:700;
}
.calendar > .date > li:nth-child(7n){
	border-right:1px solid #ccc;
}
.calendar > .date > li:nth-child(n + 29){
	border-bottom:1px solid #ccc;
}
.calendar > .day > li{
	border:0;
	font-size:0.875em;
}
.calendar > .day > li::before,
.calendar > .date > li::before{
	display:block;
	content:'';
	padding-bottom:100%;
}
.calendar > .date > li.on{
	color:#fff;
	background:#7e7e7e;
}
.calendar > .date > li.next_date{
	background:#f2f3f7;
	color:#8e8e8d;
}
.calendar > .date > li > a{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	width:100%;
	height:100%;
}
.calendar > .date > li.event > a{
    text-decoration: underline;
}
.eventinfo{
    display: block;
    width: 50%;
    max-width: 402px;
    padding: 70px 0 0 20px;
}
.eventinfo > .title{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-size: 1.5em;
    padding-bottom: 19px;
    border-bottom: 1px solid #000;
    margin-bottom: 24px;
}
.eventinfo > .title > .more_link{
	font-size: 0.667em;
    padding-right: 22px;
    background-image: url(/humanframe/theme/domoheon/assets/img/common/icon_arrow_viewmore.png);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: right center;
}
.eventcont{
	display:block;
	width:100%;
    height: 296px;
    overflow-y: scroll;
}
.eventcont > li{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}
.eventcont > li > .type{
    width: 126px;
    padding: 6px 0;
    background-color: #7d7d7d;
    color: #fff;
    font-size: 1em;
    text-align: center;
    border-radius: 20px;
    margin-right: 20px;
}
.eventcont > li > .cont{
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 500;
    width:calc(100% - 146px);
}
.eventcont > li > .cont:hover > a{
	text-decoration:underline;
}
/* 공간안내 */

.space_area{
	display:block;
	width:100%;
	margin:0 auto 158px;
}
.space_img_title{
    width: 100%;
    max-width:1282px;
    margin: 0 auto 83px;
    display: block;
    aspect-ratio: 1283 / 489;
    background-image: url(/humanframe/theme/domoheon/assets/img/main/main_cut_bg.png);
    background-repeat:no-repeat;
    background-size: 100%;
    background-position: center;
	font-size: 0;
}
.space_img_title > img{
	display: block;
	margin:0 auto;
}
.space_slide_wrap{
	width:100%;
	max-width:1282px;
	margin:0 auto;
	position:relative;
}
.space_img_bx{
	width:100%;
	position:relative;
	aspect-ratio:402 / 412;
	overflow:hidden;
	display: flex;
	align-items: flex-end;
	padding: 21px 24px;
	box-sizing: border-box;
}
.space_img_bx > img{
	width:100%;
	height:100%;
	object-fit:cover;
	position: absolute;
	top: 0;
	left: 0;
}
.space_img_bx > .space_title{
	font-size:1.4em;
	line-height:1.3em;
	color:#fff;
	font-weight:700;
	position:relative;
	width: 100%;
}
.space_img_bx > .space_title > .txt_big{
	font-size:1.07em;
	margin-right:8px;
}
.space_area .content_info_bx{
	border-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.space_area .content_info_bx > .cont{
	margin-bottom:36px;
}
.space_area .content_info_bx > .view_more,
.location_area .content_info_bx > .view_more {
    padding-right: 24px;
    align-self: flex-end;
    background-image: url(/humanframe/theme/domoheon/assets/img/common/icon_arrow_viewmore.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto;
    display:inline-block;
    font-weight:700;
}
/* 외국어 추가 start */
.space_list {
	width: 100%;
	max-width: 1282px;
	margin: 0 auto;
	display: flex;
	gap: 38px;
	margin-bottom: 80px;
}
.space_list > li {
	width: calc(50% - 19px);
}
.space_list > li > a {
	display: block;
	width: 100%;
}
.space_list > li > a:hover img {
	transform: scale(1.1);
	transition: 1s;
}
.space_list .space_img_bx {
	aspect-ratio: 622 / 220;
}
.location_area {
	width: 100%;
	height: 440px;
	background: #e5e5e5;
	padding-top: 100px;
	position: relative;
	margin-bottom: 334px;
}
.location_area > .map_bx {
	width: 100%;
	max-width: 1282px;
	margin: 0 auto;
}
.location_area .content_info_bx {
	display: flex;
	justify-content: space-between;
	row-gap: 15px;
	flex-wrap: wrap;
} 
.location_area .content_info_bx > .cont {
	margin-bottom: 0;
	height: auto;
}
@media all and (max-width:1025px) {
	.space_area {
		margin-bottom: 80px;
	}
	.location_area {
		padding-top: 80px;
		margin-bottom: 300px;
	}
}
@media all and (max-width:800px) {
	.space_area {
		margin-bottom: 60px;
	}
	.location_area {
		padding-top: 60px;
		margin-bottom: 300px;
	}
}
@media all and (max-width: 576px) {
	.space_area {
		margin-bottom: 40px;
	}
	.location_area {
		padding-top: 50px;
		margin-bottom: 200px;
	}
	.space_list .space_img_bx {
		aspect-ratio: 950 / 500;
	}
}
/* 외국어 추가 end */

/* 갤러리 */
.gallery_bx{
	position:relative;
}
.gallery_slide_01{
    overflow: hidden;
}
.gallery_slide_01 .swiper-slide{
	width:551px !important;
}
.gallery_slide_01 .swiper-slide > a{
	display:block;
	aspect-ratio: 535 / 385;
	width:100%;
	height:100%;
	margin:0 auto;
	overflow:hidden;
}
.gallery_slide_01 .swiper-slide > a::after{
	display:block;
	content:'';
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	position:absolute;
	top:0;
	left:0;
	transition:0.3s;
}
.gallery_slide_01 .swiper-slide.swiper-slide-active > a::after{
	display:none;
	content:'';
	transition:0.3s;
}
.gallery_slide_01 .swiper-slide > a > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
}
.gallery-swiper-pregb{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 40px auto 0;
}

@media all and (max-width:1470px){
	.space_img_title,
	.space_slide_wrap, .gallery_area, .event_area, .program_area,
	.space_list, .location_area>.map_bx {
		width:calc(100% - 160px);
	}
	.gallery_bx .swiper-button-prev, 
	.space_slide_wrap .swiper-button-prev,
	.visual-prev .swiper-button-prev,
	.event_bx .swiper-button-prev,
	.program_bx .swiper-button-prev{
    	left: -42px;
	}
	.gallery_bx .swiper-button-next, 
	.space_slide_wrap .swiper-button-next, 
	.event_bx .swiper-button-next, 
	.program_bx .swiper-button-next{
    	right: -42px;
	}
	.space_img_title{
		background-size:auto;
	}
}

@media all and (max-width:1060px){
	.event_bx{
		width:calc(100% - 128px);
	}
}

@media all and (max-width:1060px){
	.event_bx{
		width:calc(100% - 128px);
	}
}

@media all and (max-width:800px){
	.main_visual > .main-slide-button{
		width:100%;
		justify-content:center;
		padding-top:66px;
	}
	.main_visual > .main-slide-button > .swiper-button-prev,
	.main_visual > .main-slide-button > .swiper-button-next{
		display:none;
	}
	h2{
	    text-align: left;
	    word-break: keep-all;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: center;
	    white-space:nowrap;
	    margin-bottom:50px;
	    width:100%;
	}
	.space_slide_wrap, .gallery_area, .event_area, .program_area,
	.space_list, .location_area>.map_bx{
		width:calc(100% - 192px);
		/* margin:0 auto 160px; */
	}
	.space_img_title{
		width:calc(100% - 192px);
	}
	h3{
		font-size:1.867em;
	}
	.program_bx{
		margin-bottom:92px;
	}
	.content_info_bx > .title{
		font-size:2.4em;
	}
	.content_info_bx > .cont{
		font-size:1.6em;
		line-height:1.2em;
		height:3.6em;
    	-webkit-line-clamp: 3;
	}
	.content_info_bx > .date{
		font-size:1.6em;
	}
	.event_bx .more_link{
		font-size:1.6em;
	}
	.event_bx{
		width:100%;
	}
	.event_slide_01{
		overflow: visible;
	}
	.event_slide_01 .swiper-slide > a::after{
		background:rgba(255, 255, 255, 1);
	}
	.event_slide_01 .content_info_bx > .cont{
		font-size:1.6em;
		line-height:1.2em;
		height:3.6em;
	}
	.calendar_wrap{
		padding:16px 20px;
		margin-bottom:160px;
	}
	.calendar_area{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: center;
	    padding:50px 36px 0;
	}
	.eventinfo,
	.calendar_bx{
		width:100%;
		max-width:inherit;
	}
	.calendar_title > .month{
		font-size:2.4em;
		
	}
	.calendar > .day,
	.calendar > .date{
		font-size:1.333em;
	}
	.eventinfo > .title{
		font-size:2.4em;
	}
	.eventcont > li > .type{
	    font-size: 1.6em;
	    padding: 8px 0;
	    width: 136px;
	    border-radius: 40px;
	}
	.eventcont > li > .cont{
    	font-size: 2.133em;
	}
	.space_area .content_info_bx > .cont {
		margin-bottom: 18px;
	}
	.space_area .content_info_bx > .view_more,
	.location_area .content_info_bx > .view_more {
		font-size:1.467em;
	}
	.gallery_bx .swiper-button-prev, 
	.space_slide_wrap .swiper-button-prev,
	.visual-prev .swiper-button-prev,
	.event_bx .swiper-button-prev,
	.program_bx .swiper-button-prev{
    	left: -72px;
    	top:38%;
	}
	.gallery_bx .swiper-button-next, 
	.space_slide_wrap .swiper-button-next, 
	.event_bx .swiper-button-next, 
	.program_bx .swiper-button-next{
    	right: -72px;
    	top:38%;
	}
	.gallery_slide_01 .swiper-slide{
		width:100% !important;
	}
	.gallery_slide_01 .swiper-slide > a{
		width:100%;
	}

	/* 외국어 추가 */
	.space_list {
		flex-wrap: wrap;
	}
	.space_list > li {
		width: 100%;
	}
	.space_list > li .content_info_bx {
		padding: 18px 0 0 0;
	}
}

@media all and (max-width:680px){
	h2{
		font-size:2.6em;
	}
	
}
@media all and (max-width:576px){
	.main_visual_area{
		width:calc(100% - 32px);
	}
	.main_visual > .main-slide-button{
		padding-top:0px;
	}
	.main_visual_area{
		margin-bottom:100px;
	}
	.slide_txt > .main_visual_txt_area{
		font-size:24px;
		margin-top:16px;
	}
	h2{
		width:100%;
    	font-size: 1.733em;
    	margin-bottom:30px;
    	justify-content:flex-start;
	}
	h2 > span:first-child{
	    padding-right: 10px;
	    margin-right: 10px;
	}
	h2 > span:first-child::after{
	    width: 1px;
	    height: 24px;
	}
	h3{
		font-size:1.2em;
		margin-bottom:15px;
	}
	.content_info_bx > .title{
		font-size:1.4em;
	}
	.content_info_bx > .cont{
		font-size:1em;
		line-height:1.2em;
		height:3.6em;
		margin-bottom:18px;
	}
	.content_info_bx > .date{
		font-size:1em;
	}
	.program_bx{
		margin-bottom:38px;
	}
	.space_slide_wrap, .gallery_area, .event_area, .program_area,
	.space_list, .location_area>.map_bx {
		width:calc(100% - 80px);
		/* margin-bottom:70px; */
	}
	.calendar_wrap{
		margin-bottom:70px;
	}
	.event_slide_01{
		margin-bottom:19px;
	}
	.event_slide_01 .content_info_bx > .cont{
		font-size:1em;
		line-height:1.2em;
		height:3.6em;
	}
	.event_bx .more_link{
		font-size:1em;
	}
	.space_area > h2, .schedule_area > h2{
		padding-left:40px;
		width:60%;
	}
	.calendar_area{
    	padding: 24px 16px 0;
	}
	.calendar_title > .month{
		font-size:1.4em;
	}
	.calendar_title > .button_bx{
		right:0;
	}
	.eventinfo{
    	padding: 34px 16px;
	}
	.eventinfo > .title{
		font-size:1.4em;
		margin-bottom:34px
	}
	.eventcont > li > .type{
		font-size:1em;
		width:96px;
		margin-right:18px;
	}
	.eventcont > li > .cont{
		font-size:1.3em;
	}
	.space_img_title{
    	width: calc(100% - 80px);
	    background-repeat: no-repeat;
	    background-position: left center;
	    background-size: auto;
	    padding: 27px 0 21px;
	    margin-bottom:36px;
	}
	.space_img_title > img{
		height:100px;
	}
	.space_area .content_info_bx > .view_more,
	.location_area .content_info_bx > .view_more {
		font-size:1em;
	}
	.gallery_bx .swiper-button-prev, 
	.space_slide_wrap .swiper-button-prev,
	.visual-prev .swiper-button-prev,
	.event_bx .swiper-button-prev,
	.program_bx .swiper-button-prev{
    	left: -32px;
	}
	.gallery_bx .swiper-button-next, 
	.space_slide_wrap .swiper-button-next, 
	.event_bx .swiper-button-next, 
	.program_bx .swiper-button-next{
    	right: -32px;
	}
	.gallery_area {margin-bottom: 100px;}
}

@media all and (max-width:430px){
	h2{
		flex-wrap:wrap;
	}
}
@media all and (max-width:390px){
	.schedule_area > h2{
		width:100%;
	}
}
@keyframes fadeInDown{
	0%{
	    opacity: 0;
	    -webkit-transform: translate3d(0, -30%, 0);
	    transform: translate3d(0, -30%, 0);
	}
	100%{
	    opacity: 1;
	    -webkit-transform: translateZ(0);
	    transform: translateZ(0);
	}
}
.swiper-progress-bar {
	 position: relative;
	 width: 100%;
	 display: block;
	 z-index: 1;
	 height: 2px;
	 display: flex;
}
 .swiper-progress-bar .slide_progress-bar {
	 position: absolute;
	 height: 3px;
	 background: #d4d0cd;
	 width: auto;
	 clear: both;
	 opacity: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
}
 .swiper-progress-bar .slide_progress-bar:after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 background: #57483c;
	 height: 100%;
	 width: 0;
	 content: "";
	 transition: 0.1s width linear;
}
 .swiper-progress-bar.active .slide_progress-bar {
	 opacity: 1;
}
 .swiper-progress-bar.animate .slide_progress-bar:after {
	 transition: width linear;
	 transition-delay: unset;
	 width: 100%;
	 transition-duration: 5s;
}


.video_bx{
	display:block;
	width:100vw;
	height:100vh;
	overflow:hidden;
	position:relative;
	margin:0 auto;
}


.video_item {
    display: block;
    width: 100%;
    height:100%;
    object-fit: cover;
    background:#fff;
}
.mainPopup228{
	inset:50% auto auto 132px !important;
}
.mainPopup233{
	inset:58% auto auto 879px !important;
}
.mainPopup236{
	right: 35.1rem !important;
}
#mainPopup {
	max-width: 35rem; 
	width: 35rem;
	height: auto !important;
	/*background: #fff !important;*/
	border: 1px solid #000;
	padding: 0 !important;
}
#mainPopup .popupClose {
	/* background: #fff !important; */
	color: #fff !important;
}
#mainPopup .btnClose:before,
#mainPopup .btnClose:after {
	background: #fff !important;
}
@media screen and (max-width: 800px) {
	.mainPopup234 {inset: 39.7% 0 auto auto !important;}
	.mainPopup236 {inset: 0 0 auto auto !important;}
}

/* 2025-04-25 수정 */
.mainPopSlide {width: 35rem; overflow: hidden; position: absolute; bottom: 0; right: 0; z-index: 99;}
.mainPopSlide .swiper-slide {width: 35rem !important;}
.mainPopSlide #mainPopup {display: block; position: static !important; border: none;}
.mainPopSlide #mainPopup .popupImg img {width: 100%;}
.mainPopSlide .popup-slide-button {width: max-content; display: flex; align-items: center; padding: 7px 10px; box-sizing: border-box; background: rgba(0,0,0,.6); border-radius: 20px; position: absolute; bottom: 57px; right: 25px; z-index: 99;}
.mainPopSlide .popup-slide-prev {width: 8px; height: 13px; background: url(/humanframe/theme/domoheon/assets/img/main/popSlide_prev.png) no-repeat; background-size: 100%;}
.mainPopSlide .popup-slide-next {width: 8px; height: 13px; background: url(/humanframe/theme/domoheon/assets/img/main/popSlide_next.png) no-repeat; background-size: 100%;}
.mainPopSlide .btn-pause{
	background-image:url(/humanframe/theme/domoheon/assets/img/main/popSlide_stop.png);
	margin:0 12px;
	font-size: 0;
	width: 7px;
	height: 12px;
}
.mainPopSlide .btn-pause.on{
	width: 10px;
	height: 14px;
	background-image:url(/humanframe/theme/domoheon/assets/img/main/popSlide_start.png);
}
.mainPopSlide .popupClose {width: 100%; display: flex; justify-content: space-between; padding: 1rem 1em; box-sizing: border-box; background: rgba(0,0,0,.6); color: #fff;}
.mainPopSlide .popupClose .btnClose {line-height:1; vertical-align:middle; width:2em; height:2em; text-indent:-9999px; overflow:hidden; position:relative;}
.mainPopSlide .popupClose .btnClose:before,
.mainPopSlide .popupClose .btnClose:after {content:""; display:block; width:1px; height:100%; background:#fff; position:absolute; top:50%; left:50%; margin-top:-50%; margin-left:-0.5px;}
.mainPopSlide .popupClose .btnClose:before {transform:rotate(45deg);}
.mainPopSlide .popupClose .btnClose:after {transform:rotate(-45deg);}

@media screen and (max-width: 480px) {
	.mainPopSlide {width: 100%;}
	.mainPopSlide .swiper-slide {width: 100% !important;}
	.mainPopSlide #mainPopup {width: 100%; max-width: 100%;}
}