@charset "utf-8";

.mainContWrap{
	display:block;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position:relative;
}
.section_01{
    display: block;
    width: 100%;
    padding: 0 0 120px;
    position:relative;
}
.mainBanner{
    display: block;
    width: 100%;
    position: relative;
    overflow:hidden;
    margin-bottom:50px;
    /* overflow: visible; */
}
.mainBanner > .banner{
	height:100%;
}
.mainBanner .swiper-wrapper {
    overflow: visible;
}
.mainBanner .swiper-slide{
    aspect-ratio: 1440 / 610;
    max-width:1440px;
}
.mainBanner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerLink{	
    display: block;
    width: 100%;
    height: 100%;
    border:1px solid #ccc;
}
.bannerLink > img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:top left;
}
.controls_bx{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    background: #00000070;
    color: #fff;
    padding: 16px 25px 15px 29px;
    border-radius: 40px;
    transform: translate(-50%, 0);
}
.main-slide-button{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
}
.swiper-button-lock,
.swiper-pagination-lock{
	display:block;
}
.swiper-pagination-fraction{
	font-size:1.8rem;
	font-weight:400;
	line-height:1em;
	margin-right:20px;
}
.slash{
	margin:0 10px;
}
.all{
	font-weight:800;
}
.btn-pause, .swiper-button-next, .swiper-button-prev{
	position:static;
	color:transparent;
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_controller.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:16px;
	height:16px;
	margin:0;
}
.swiper-button-prev{
	transform:rotate(180deg);
}
.btn-pause{
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_stop.png);
	margin:0 12px;
}
.btn-pause.on{
	background-image:url(/humanframe/theme/officehome/assets/img/common/slider_start.png);
}
.main_time {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding-bottom: 42px;
	border-bottom: 2px solid #000;
	flex-wrap: wrap;
	row-gap: 40px;
}

.time_info {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.time_item {
	display: block;
	margin-bottom: 24px;
}

.time_item.row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 0;
}

.time_item:last-child {
	margin-bottom: 0;
}

.time_item:first-child {
	margin-right: 25px;
}

.time_item .title {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1em;
	padding-left: 30px;
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_time.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
	margin-bottom: 22px;
}

.time_item.row>.title {
	margin-right: 37px;
}

.time_cont_area>.cont {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.05em;
}

.time_cont_area>.cont.big {
	font-size: 2.7rem;
	line-height: 1em;
	margin-bottom: 18px;
}

.time_item_row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.time_item_row:nth-child(1) {
	margin-bottom: 28px;
}

.time_item_row>.title {
	margin-right: 20px;
	margin-bottom: 0;
}

.time_item_row>.cont {
	font-size: 1.8rem;
}

.time_item_row:nth-child(1)>.title {
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_date.png);
}

.time_item_row:nth-child(2)>.title {
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_price.png);
}

.time_item>.cont {
	font-size: 1.8rem;
	font-weight: 700;

}

.org_info {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.org_info>a {
	font-size: 2rem;
	font-weight: 700;
	padding: 29px 60px;
	border: 1px solid #111;
	transition: 0.2s;
}

.org_info>a:first-child {
	border-right: 0;
}

.org_info>a.on {
	color: #fff;
	background: #111;
	transition: 0.2s;
}

.section_02 {
	padding: 0 0 120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.mainBoardPrevWrap {
	width: 71.38889%;
	position: relative;
}

.boardTabWrap {
	display: block;
	width: 100%;
}

.boardTabWrap>.tabWrap {
	display: block;
	width: 100%;
	position: relative;
}

.tab_btn {
	font-size: 2.8rem;
	font-weight: 700;
	color: #666;
	line-height: 1em;
	padding-bottom: 30px;
	letter-spacing: -0.05em;
	position: absolute;
	top: 0;
	left: 0;
}

.tab_btn.active {
	color: #000;
	font-weight: 700;
}

.tab_btn:nth-child(1) {
	padding: 0 19px 0 0;
	margin: 0 15px 0 0;
	border-right: 1px solid #dfdfdf;
}

.tab_btn:nth-child(3) {
	left: 131px;
}
.board_content{
	display:block;
}
.board_content.active{
	display:block;
}
.board_viewmore{
	display:block;
	width:26px;
	height:26px;
	text-indent:-9999px;
	position:absolute;
	right:0;
	top:2px;
	background-image:url(/humanframe/theme/museum_monument_en/assets/img/common/icon_link_arrow_bk.png);
	background-size:auto;
	background-position:center center;
	background-repeat:no-repeat;
}
.board_viewmore::after{
	transform:rotate(90deg);
}
.board_prev{
    border-top:2px solid #222;
}
.board_item{
    padding: 24px 0 22px;
    border-bottom: 1px solid #dfdfdf;
}
.board_item > a{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	position:relative;
	width:100%;
}
.item_title{
	width:100%;
	max-width:775px;
    font-weight: 800;
    font-size: 2rem;
    line-height:35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    position:relative;
    word-break:break-all;
    padding-left:98px;
}
.board_item > a:focus > .item_title,
.board_item > a:hover > .item_title{
    text-decoration: underline;
	transition: 0.2s;
}
.item_title::before{
	display:block;
	content:'공지';
	color:#fff;
	background:#000;
	width:55px;
	height:30px;
	position:absolute;
	top:0;
	left:0;
	font-size:1.4rem;
	text-align:center;
	line-height:30px;
	font-weight:200;
}
.board_item.on .item_title::before{
	background:var(--main-color);
	
}
.item_date{
    font-size: 1.7rem;
    line-height:1em;
    color: #666;
    display:block;
    white-space:nowrap;
    width:auto;
}
.mainLinkWrap{
	display:block;
	position:relative;
	z-index:2;
    width: calc(28.611111% - 50px);
}
.mainLink{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}
.mainLink > li{
    width: 100%;
    margin-bottom:14px;
}
.mainLink > li > a{    
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 48px 0 48px 92px;
    background: #f6f6f6;
    justify-content: left;
    align-items: flex-end;
    font-weight: 800;
    font-size: 2rem;
    line-height:1em;
    transition: ease-in 0.3s;
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_04.png);
    background-position: left 38px top 38px;
    background-size: 40px;
    background-repeat: no-repeat;
    transition: 0.2s;
}
.mainLink > li:nth-child(2) > a{
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_01.png);
}
.mainLink > li:nth-child(3) > a{
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_03.png);
}
.mainLink > li.on > a{
	color:#fff;
	background-color:var(--main-color);
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_hover_04.png);
	transition:0.3s;
}
.mainLink > li:nth-child(2).on > a{
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_hover_01.png);	
}
.mainLink > li:nth-child(3).on > a{
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/icon_main_bottom_hover_03.png);	
}

.section_03{
	padding: 0 0 120px;
}
h2.main_contain_title{
    font-size: 4.8rem;
    font-weight: 800;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1em;
    margin-bottom: 60px;
}
.main_exh_space_wrap{
    display: block;
    width: 100%;
    position: relative;
}
.main_exh_space{
    display: block;
    width: 100%;
    overflow: hidden;
}
.main_exh_space_tab_wrap{
	display:block;
	width:100%;
    position: relative;
}
.exh_spce_tab_area{
	display:block;
    width: calc(50% - 75px);
    position: absolute;
    top: 59px;
    left: 50px;
    z-index: 2;
}
.exh_spce_tab_area > .space01-pagination{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap:wrap;
    width:100%;
    gap:8px 14px;
}
.exh_spce_tab_area > .space01-pagination > .swiper-pagination-bullet{
	display: block;
    width: auto;
    border-radius: 0;
    background: #664c33;
    color: #fff;
    height: auto;
    padding: 12px 16px 12px 15px;
    opacity:1;
    font-size:1.7rem;
    line-height:1em;
    transition:0.2s;
    margin:0;
}
.exh_spce_tab_area > .space01-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--main-dark);	
    transition:0.2s;
}
.exh_space_contain{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /* align-items: stretch; */
    width: 100%;
    opacity:1;
}
.exh_space_contain_txt_bx{
    width: 50%;
    padding: 167px 0 50px 50px;
    background-color: var(--main-color);
    color: #fff;
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/bgItem_main.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right -78px bottom;
    /* aspect-ratio: 720 / 432; */
    /* height: 100%; */
    min-height: auto;
}
.exh_space_contain_txt_bx > .title{
    font-size: 3rem;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 19px;
}
.exh_space_contain_txt_bx>.title {
	margin-bottom: 52px;
}
.exh_space_contain_txt_bx > .sub_title{
    text-align: left;
    white-space: pre-line;
    border-bottom: none;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-bottom: 52px;
    padding:0;
}
.exh_space_contain_txt_bx > .view_more{
    display: inline-block;
    border: 1px solid #fff;
    padding: 17px 62px 17px 17px;
    font-size: 1.8rem;
    line-height: 1em;
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/common/icon_link_arrow.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 16px center;
}
.exh_space_contain_slide_bx{
	width:50%;
	overflow:hidden;
	height: auto;
	min-height: auto;
}
.main_space_slide{
	position:static;
	width:100%;
	height:100%;
	display:block;
}
.main_space_slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	min-height: 410px;
}
.main_exh_space_wrap .controls_bx{
    position: absolute;
    display: block;
    width: 100%;
    background: none;
    bottom:inherit;
    top: 50%;
    left: 50%;
    padding: 0;
    border-radius: 0;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.main_exh_space_wrap .main-slide-button{
	display:block;
}
.main_exh_space_wrap .swiper-button-next,
.main_exh_space_wrap .swiper-button-prev{
	position:absolute;
	color:transparent;
	background-image:url(/humanframe/theme/museum_monument_en/assets/img/main/exh_slide_controller.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:auto;
	width:24px;
	height:43px;
	margin:0;
    transform: translateY(-50%) rotate(0deg);
    left:-63px;
}
.main_exh_space_wrap .swiper-button-next{
    transform: translateY(-50%) rotate(180deg);
    left:inherit;
    right:-63px;
}
.section_04{
	padding: 120px 0;
	position:relative;
	z-index:1;
}
.section_04::after{
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #f7f7f7;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.main_exh_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    position:relative;
    z-index: 1;
}
.main_exh_info::after{
	display:block;
	width:405px;
	height:150px;
	content:'';
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/bgItem_main.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -113px;
    right: -119px;
    z-index: -1;
}
.main_exh_item{
	display:block;
	width:calc(33.3333% - 32px);
	max-width:691px;
	transition:0.2s;
	position:relative;
    background:#fff;
}
.main_exh_item > .cont_bx{
	display:block;
	width:100%;
    padding: 60px 38px 25px;
    position: relative;
}
.main_exh_item > .cont_bx > .title{
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 21px;
	word-break: break-all;
}
.main_exh_item > .cont_bx > .subtitle{
    font-size: 1.8rem;
    white-space: pre-line;
    line-height: 2.8rem;
    color: #111;
    letter-spacing: -0.05em;
}
.main_exh_item > .cont_bx > .viewmore{
	position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 53px;
    text-indent: -9999px;
    background-color: #000;
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/common/icon_link_arrow.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
	transition:0.2s;
}

.main_exh_item::after{
	display:block;
	content:'';
	width:calc(100% - 4px);
	height:calc(100% - 4px);
	position:absolute;
	top:0;
	left:0;
	border:2px solid var(--main-color);
	opacity:0;
	transition:0.2s;
}
.main_exh_item:hover::after{
	opacity:1;
	transition:0.2s;
}
.main_exh_item:hover > .cont_bx > .viewmore{
	background-color:var(--main-color);
	transition:0.2s;
}
.section_05{
	padding:120px 0;
    position: relative;
    z-index: 1;
}
.msm_list_area{
	display:block;
	width:100%;
}
.msm_list{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:stretch;
	width:100%;
	z-index:1;
	position:relative;
}
.msm_list::after{
	display:block;
	width:405px;
	height:150px;
	content:'';
    background-image: url(/humanframe/theme/museum_monument_en/assets/img/main/bgItem_main.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    top: -117px;
    left: -140px;
    z-index: -1;
	
}
.msm_list > li{
	width:calc(33.333333% - 8px);
	max-width:447px;
}
.msm_list > li > a{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;
	width:100%;
	border:1px solid #dbdbdb;
	position:relative;
}
.msm_list > li > a::after{
	display:block;
	content:'';
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	border:2px solid var(--main-color);
	opacity:0;
	position:absolute;
	top:0;
	left:0;
	transition:0.2s;
}
.msm_list > li > a:hover::after{
	opacity:1;
	transition:0.2s;
}
.msm_list > li > a > .msm_title{
	display:block;
	width:100%;
	padding:26px 0 25px;
	text-align:center;
	font-weight:800;
	font-size:2rem;
	line-height:1em;
	background:#fff;
	transition:0.2s;
}
.msm_list > li > a:hover > .msm_title{
	background-color:var(--main-color);
	color:#fff;
	transition:0.2s;
}

@media screen and (max-width: 1565px){
	.main_exh_space_wrap .swiper-button-prev {
		left:-29px;
	}
	.main_exh_space_wrap .swiper-button-next{
		right: -29px;
	}
}
@media screen and (max-width: 1560px){
.mainContWrap{
	max-width:inherit;
	}
}
@media screen and (max-width: 1498px){
	.exh_spce_tab_area{
		top:40px;
		left:40px;
		width:calc(50% - 56px);
	}
	
	.exh_space_contain_txt_bx{
		padding: 155px 0 30px 40px;
	}
}
@media screen and (max-width: 1440px){
	.time_item_row > .cont{
		white-space:pre-line;
	}
}
@media screen and (max-width: 1380px){
	.time_item.row{
		flex-direction:column;
	}
	.time_cont_area > .cont.big{
		margin-bottom:8px;
	}
}
@media screen and (max-width: 1340px){
	.exh_space_contain_txt_bx > .sub_title{
	    padding-right: 24px;
	    white-space: normal;
    }
}
@media screen and (max-width: 1284px){
	.section_01{
	    padding:0 0 50px;
	}
	.time_item:first-child {
		margin-right: 80px;
	}
	.mainLink > li > a{
		background-size:auto 40px;
	}	
}
@media screen and (max-width: 1200px){
	.time_item:first-child{
    	justify-content: space-between;
    }
}
@media screen and (max-width: 1138px){
	.mainBoardPrevWrap{
		width:67%;
	}
	.mainLinkWrap{
		width:calc(33% - 50px);
	}
	.mainLink > li > a{
	    padding: 48px 0 48px 74px;
	    background-position: left 24px top 38px;
	}
}
@media screen and (max-width: 1084px){
	.time_item > .cont{
		white-space:pre-line;
	}
}
@media screen and (max-width: 1024px){
	.section_01 {
	    padding: 0;
	}
	.mainBanner{
	    width: 100%;
	    margin-bottom: 50px;
	}
	.controls_bx{
		padding:24px 13px 24px 28px;
	}
	.swiper-pagination-fraction{
		margin-right:20px;
	}
	.main_time {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding-bottom: 42px;
		border: 0;
		row-gap: 0;
	}

	.time_info {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 30px;
	}

	.time_item {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
		flex-wrap: wrap;
	}

	.time_item:first-child {
		margin-right: 0;
	}

	.time_item_row:nth-child(1) {
		margin-bottom: 0;
		min-width: 470px;
		margin-right: 8px;
	}

	.time_item_row>.title,
	.time_item>.title {
		font-size: 2rem;
		display: block;
		margin-bottom: 0;
		line-height: 2.4rem;
	}

	.time_item.row {
		margin-bottom: 24px;
	}

	.time_item.row>.title {
		margin-bottom: 16px;
	}

	.time_item.row .time_cont_area {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

	.time_item>.cont {
		white-space: normal;
	}

	.time_cont_area>.cont.big {
		font-size: 2rem;
		margin-bottom: 0;
		margin-right: 24px;
	}

	.time_item_row>.cont {
		font-size: 2rem;
	}

	.time_cont_area>.cont {
		font-size: 2rem;
	}

	.org_info {
		width: 100%;
	}

	.org_info>a {
		width: 50%;
		text-align: center;
		padding: 20px 0;
	}
	.exh_spce_tab_area{
		top:32px;
	}
	.mainLinkWrap{
    	width: 100%;
	}
	.mainLink{
		justify-content:space-between;
	}
	.mainLink > li{
		width:calc(33.3333% - 13px);
		margin-bottom:0;
	}
    .mainLink > li > a {
	    background-position: center top 30%;
	    background-size: 36px auto;
	    padding: 90px 0 25px;
	    text-align: center;
	    justify-content: center;
	}
	.section_02{
		padding:50px 0;
		flex-wrap:wrap;
	}
	h2.main_contain_title{
		font-size:3rem;
		text-align:left;
		margin-bottom:40px;
	}
	.mainBoardPrevWrap{
		width:100%;
		max-width:inherit;
		margin-bottom:50px;
	}
	.tab_btn{
		font-size:2.8rem;
		font-weight:800;
	}
	.board_item{
		padding:28px 0;
	}
	.item_prev{
		font-size:1.5rem;
		margin-bottom:24px;
	}
	.item_date{
		font-size:1.5rem;
	}
	.section_03 {
    	padding: 0 0 50px;
	}
    .section_04{
    	padding:50px 0;
    }
    .section_05{
    	padding:50px 0 80px;
    }
    .msm_list > li > a > .msm_title{
    	font-size:1.6rem;
    }
    /*hover 삭제*/
	.mainLink > li:focus,
	.mainLink > li:hover{
		border:0;
	    box-shadow:0;
	}
	.mainLink > li:focus > a,
	.mainLink > li:hover > a{
		color:#fff;
		font-weight:800;
	}
	.board_item > a:focus > .item_title,
	.board_item > a:hover > .item_title{
	    text-decoration: none;
	}
	.mainSubLinkList > li > a:focus,
	.mainSubLinkList > li > a:hover{
	    box-shadow: none;
	}
    
    
}
@media screen and (max-width: 885px) {
	.exh_space_contain_txt_bx {
		padding-top: 195px;
	}
}
@media screen and (max-width: 880px){
	.msm_list{
		flex-wrap: wrap;
	}
	.msm_list > li{
		width:calc(33.3333% - 8px);
		max-width:inherit;
	}
	.msm_list > li:nth-child(n + 4){
		margin-bottom:0;
	}
	.msm_thm_bx{
	    width: 100%;
	    aspect-ratio: 208 / 172;
	}
	.msm_thm_bx > img{
		display:block;
		width:100%;
		height:100%;
		object-fit:cover;
	}
}
@media screen and (max-width: 827px){
	.exh_space_contain_txt_bx {
		padding-left: 32px;
	}
	.exh_spce_tab_area {
		width: calc(50% - 52px);
	}
	.exh_space_contain_txt_bx > .title {
		margin-bottom: 32px;
	}
	.exh_space_contain_txt_bx > .sub_title{
		margin-bottom:32px;
	}
	.exh_spce_tab_area{
		top:24px;
		left:32px;
	}
}
@media screen and (max-width: 790px) {
	.exh_spce_tab_area {
		width: calc(50% - 40px);
		left: 22px;
	}
	.exh_space_contain_txt_bx {
		padding-left: 24px;
	}
}
@media screen and (max-width: 768px){
	.section_01{
		padding:0;
	}
	.mainBanner{
		margin-bottom:25px;
    	aspect-ratio: 480 / 300;
	}
	.controls_bx{
    	padding: 12px 19px 12px 22px;
	}
	.swiper-pagination-fraction{
		font-size:1.5rem;
		line-height:1em;
	}
	.swiper-button-next,
	.swiper-button-prev{
		height:14px;
	}
	.time_info{
		margin-bottom:30px;
	}
	.time_item_row > .title,
	.time_item > .title{
	    font-size: 1.8rem;
	    line-height: 21px;
	    background-size: 21px auto;
	    width:110px;
	}
	.time_item_row > .title{
		width:auto;
	}
	.time_item .cont{
		font-size:1.5rem;
		white-space:pre-line;
	}
	.time_cont_area > .cont{
		font-size:2rem;
	}
    .time_item_row{
    	width:100%;
    }
    .time_item_row > .cont{
    	white-space:normal;
    }
    .time_item_row:nth-child(1){
    	margin-bottom:24px;
    	min-width:inherit;
    	width:100%;
    }
	.org_info > a{
	    font-size:1.6rem;
	    line-height:1em;
		padding:17px 0 18px;
	}
	.mainLink{
	    height: auto;
	    align-content: inherit;
	}
	.mainLink > li:nth-child(n + 3){
		margin-bottom:0;
	}
	.mainLink > li:nth-child(4) > a{
		background-position:left 22px center;
	}
	.section_02{
		padding:0px 0 0;
	}
	h2.main_contain_title{
		font-size:2.4rem;
		margin-bottom:20px;
	}
	.mainBoardPrevWrap{
		margin-bottom:32px;
	}
	.tab_btn{
	    font-size: 2.4rem;
	    margin-bottom:30px;
	    padding:0;
	}
	.board_viewmore{
	    top: 0px;
	    width: 20px;
	    height: 20px;
	    background-size: 100%;
	}
	.item_title{
		font-size:1.6rem;
		padding-top:45px;
	    padding-left: 0;
	    width: 100%;
	    line-height:1.1em;
	}
	.item_date{
	    font-size: 1.5rem;
	    position: absolute;
	    top: 7px;
	    right: 0;
	    line-height:1em;
	}
	.mainLink > li > a{
		font-size:1.6rem;
		line-height:1em;
	}
	.section_05,
	.section_04,
	.section_03{
		padding:47px 0 58px;
	}
	.board_item{
		padding:22px 0;
	}
	.main_exh_info{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.main_exh_item{
	    width: 100%;
		max-width: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: stretch;
	    margin-bottom:32px;
	}
	.main_exh_item:last-child{
		margin-bottom:0;
	}
	.main_exh_item > img{
    	width: 26%;
		aspect-ratio:1;
		object-fit:cover;
		min-width:147px;
	}
	.main_exh_item > .cont_bx{
		padding:33px 23px 28px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: flex-start;
	}
	.main_exh_item > .cont_bx > .title{
		font-size:2rem;
		margin-bottom:16px;
	}
	.main_exh_item > .cont_bx > .subtitle{
		font-size:1.5rem;
		line-height:1.4em;
	}
	.main_exh_item > .cont_bx > .viewmore{
		width:34px;
		height:34px;
		background-size:15px auto;
	}
	.exh_space_contain{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.exh_space_contain_txt_bx{
		width:100%;
	    padding: 90px 20px 28px;
	    height:auto;
	    min-height: inherit;
    	aspect-ratio: inherit;
    	background-size: auto 110px;
	}
    .exh_spce_tab_area{
    	width:calc(100% - 40px);
		top:22px;
		left:20px;
    }
	.exh_spce_tab_area > .space01-pagination > .swiper-pagination-bullet{
		font-size:1.5rem;
		line-height:1em;
	}
	.exh_space_contain_txt_bx > .title{
		font-size:2rem;
		line-height:1em;
	}
	.exh_space_contain_txt_bx > .sub_title{
	    font-size: 1.5rem;
	    white-space: pre-line;
	    line-height: 1.4em;
	}
	.exh_space_contain_txt_bx > .view_more{
    	padding: 14px 60px 13px 13px;
	    background-size: 13px auto;
	    font-size: 1.5rem;
	    line-height: 1em;
	}
	.exh_space_contain_slide_bx{
		width:100%;
	}
	.main_space_slide{
		min-height:inherit;
    	aspect-ratio: 489 / 269;
	}
	.main_space_slide img{
		min-height: 240px;
	}
	.exh_space_contain_slide_bx{
		min-height:inherit;
	}
	.main_exh_space_wrap .controls_bx{
		top:-20px;
		right:0;
	}
	.main_exh_space_wrap .main-slide-button{
		display:flex;
		flex-direction:row;
		justify-content:flex-end;
		align-items:center;
	}
	.main_exh_space_wrap .swiper-button-next,
	.main_exh_space_wrap .swiper-button-prev{
		position:static;
		width:16px;
		height:28px;
		background-size: 100% auto;
	}
	.main_exh_space_wrap .swiper-button-prev{
		margin-right:24px;
	}
	.main_exh_info::after{
		display:none;
	    width: 305px;
	    background-size: 100% auto;
	    top: -103px;
	    right: -49px;
	}
	.msm_list::after{
	    width: 305px;
	    background-size: 100% auto;
		top: -57px;
		left: -40px;
	}
	.msm_list > li > a > .msm_title{
		padding:16px 0;
	}
}

@media screen and (max-width: 636px) {
	.exh_space_contain_txt_bx {
		padding-top: 130px;
	}
}

@media screen and (max-width: 543px){
	.exh_space_contain_txt_bx > .sub_title{
		white-space:normal;
	}
}
@media screen and (max-width: 528px) {
	.exh_space_contain_txt_bx {
		padding-top: 130px;
	}
}
@media screen and (max-width: 480px){
	.mainLink{
		gap:16px 0;
	}
	.mainLink > li{
		width:100%;
		margin:0;
	}
	.mainLink > li > a{
	    background-position: left 24px center;
	    justify-content: flex-start;
	    padding: 24px 0 24px 68px;
    }
}
@media screen and (max-width: 470px){
	.main_exh_item > .cont_bx{
		padding-bottom:0;
    	justify-content: flex-start;
	}
	.main_exh_item > .cont_bx > .subtitle{
		white-space:normal;
	}
}
@media screen and (max-width: 460px){
	.main_exh_item > img{
		width:33%;
	}
	.main_exh_item > .cont_bx > .subtitle{
		white-space:normal;   
		display: -webkit-box;
    	-webkit-box-orient: vertical;
    	overflow: hidden;
    	text-overflow: ellipsis;
    	-webkit-line-clamp: 3;
	}
	.exh_space_contain_txt_bx > .sub_title{
		white-space:normal;
		padding-right:0;
	}
	.msm_list > li > a > .msm_title{
		font-size:1.5rem;
		line-height:1em;
	}
}

@media screen and (max-width: 403px){
	.main_exh_item > .cont_bx{
		padding: 30px 16px 0;
	}
}
@media screen and (max-width: 401px) {
	.exh_space_contain_txt_bx {
		padding-top: 175px;
	}
}
@media screen and (max-width: 380px){
	.mainLink > li > a{
		font-size:1.5rem;
	}
	.exh_space_contain_txt_bx {
    	padding: 130px 20px 28px;
	}
}
@media screen and (max-width: 363px) {
	.exh_space_contain_txt_bx {
		padding-top: 178px;
	}
}
@media screen and (max-width: 360px){

	.mainLink > li:nth-child(4) > a{
    	background-position: left 16px center;
	}
	.board_viewmore{
		width:18px;
		height:18px;
    	top: 2px;
	}
}
@media screen and (max-width: 320px){
	body{
		font-size:1.4rem;
	}
	.mainLink > li > a{
    	font-size: 1.4rem;
	}
	.tab_btn{
		font-size:1.8rem;
	}
	.board_content{
    	padding-top: 38px;
	}
}
@media screen and (max-width: 300px){
	.time_cont_area > .cont.big,
	.time_cont_area > .cont{
		font-size:1.8rem;
	}
	.time_item.row .time_cont_area{
		flex-direction:column;
		align-items:flex-start;
	}
}

/* 외국어 추가 */
.time_item {
	margin-bottom: 0;
}

.time_item.row {
	flex-direction: column;
}

.time_item .title {
	/* width: 138px; */
	flex-shrink: 0;
}

.time_cont_area>.cont.big {
	margin-bottom: 0;
}

.time_cont_area>.cont.big span {
	font-size: 1.8rem;
	font-weight: 500;
	margin-right: 5px;
}

.org_info>a {
	height: 76px;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 0 60px;
}

@media screen and (max-width: 1024px) {
	.time_item_row:nth-child(1) {
		width: 100%;
		margin-bottom: 14px;
	}
	.org_info>a {
		justify-content: center;
	}
}

@media screen and (max-width: 768px) {
	.time_item .title {
		width: 95px;
	}
}