@charset "utf-8";


@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 100;
	src: /* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 300;
	src:
		/* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Light.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Light.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Light.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 400;
	src:
		/* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 500;
	src: /* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Medium.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Medium.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 700;
	src:
		/* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Bold.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Bold.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'NotoSansSC';
	font-style: normal;
	font-weight: 900;
	src:
		/* url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Black.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Black.woff) format('woff'), */
		url(/humanframe/global/assets/css/font/NotoSansSC/NotoSansSC-Black.otf) format('opentype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 100;
	src: url(/humanframe/global/assets/css/font/Roboto-Thin.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/Roboto-Thin.woff) format('woff'),
		url(/humanframe/global/assets/css/font/Roboto-Thin.otf) format('opentype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(/humanframe/global/assets/css/font/Roboto-Light.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/Roboto-Light.woff) format('woff'),
		url(/humanframe/global/assets/css/font/Roboto-Light.otf) format('opentype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(/humanframe/global/assets/css/font/Roboto-Regular.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/Roboto-Regular.woff) format('woff'),
		url(/humanframe/global/assets/css/font/Roboto-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(/humanframe/global/assets/css/font/Roboto-Medium.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/Roboto-Medium.woff) format('woff'),
		url(/humanframe/global/assets/css/font/Roboto-Medium.otf) format('opentype');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(/humanframe/global/assets/css/font/Roboto-Bold.woff2) format('woff2'),
		url(/humanframe/global/assets/css/font/Roboto-Bold.woff) format('woff'),
		url(/humanframe/global/assets/css/font/Roboto-Bold.otf) format('opentype');
}

:root {
	--main-color: #83654c;
	--main-dark: #3e2714;
	--main-light: #674c35;
}

* {
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	font-family: 'NotoSansSC', sans-serif;
	line-height: 1.4;
	font-weight: 400;
	overflow-x: hidden;
	min-width: 280px;
	margin: 0 auto;
	color: #222;
	/* letter-spacing: -0.05em; */
	word-break: keep-all;
}

select,
input,
textarea,
button {
	font-family: inherit;
}

img {
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

.mo {
	display: block;
}

.pc {
	display: none;
}


/*---------------------------header*/
header {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.header_wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	height: 100px;
	background: #fff;
	z-index: 10;
}

.header_bottom,
.header_top {
	display: block;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #eeeeee;
	position: fixed;
	background: #fff;
}

.header_bottom {
	top: 51px;
	z-index: 9;
	transition: top 0.2s ease-out;
}

.header_bottom.up {
	top: 0;
	transition: top 0.2s ease-out;
}

.header_top {
	top: 0;
	z-index: 10;
	transition: top 0.05s ease-out;
}

.header_top.up {
	top: -51px;
	transition: top 0.2s ease-out;

}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

h1.logo {
	display: block;
	width: 130px;
	height: 25px;
	margin: 12px 0;
}

h1.logo>a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(/humanframe/theme/museum_en/assets/img/common/logo.png) no-repeat center center / contain;
}

.member_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.member_list>li {
	position: relative;
	/* padding: 0 18px; */
}

.member_list>li:nth-child(1),
.member_list>li:nth-child(2) {
	display: none;
}

.member_list>li:nth-child(2)::after,
.member_list>li:nth-child(2)::before {
	display: block;
	content: '';
	width: 1px;
	height: 13px;
	background: #eee;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.member_list>li:nth-child(2)::after {
	left: inherit;
	right: 0;
}

.member_list>li:nth-child(3)>button,
.member_list>li>a {
	padding: 0 0 0 24px;
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_login.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.member_list>li:nth-child(2)>a {
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_join.png);
}

.member_list>li:nth-child(3)>button {
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_lang.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: auto;
	padding: 0 20px 0 24px;
	position: relative;
}

.member_list>li:nth-child(3)>button::after {
	display: block;
	content: '';
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_lang_select.png);
	background-repeat: no-repeat;
	background-position: top 1px right;
	position: absolute;
	top: 0;
	right: 0;
	width: 18px;
	height: 18px;
	background-size: auto auto;
	transition: 0.2s;
}

.member_list>li:nth-child(3)>button.on::after {
	transform: rotate(180deg);
	transition: 0.2s;
}

.lang_list {
	display: block;
	position: absolute;
	top: calc(100% + 14px);
	left: -7px;
	background: #fff;
	border: 1px solid #eee;
	/* width: 100%; */
	z-index: 4;
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.2s ease-in-out;
}

.lang_list.on {
	height: auto;
	opacity: 1;
	visibility: visible;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

.lang_list>li {
	display: block;
	width: 100%;
}

.lang_list>li>a {
	padding: 12px 14px;
	border-bottom: 1px solid #eee;
	display: block;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1em;
}

.lang_list>li>a:hover {
	font-weight: 800;
}

.lang_list>li:last-child {
	border-bottom: 0;
}

.site_title {
	padding: 36px 0;
}

.site_title.site_logo {
	padding: 28px 0;
}

.site_title>a {
	font-size: 2.9rem;
	font-weight: 800;
	line-height: 1em;
	position: relative;
	z-index: 2;
	display: block;
}

.site_title.site_logo>a {
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/logo_museum_modern_new.png);
	background-size: auto 100%;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 61px;
	width: 208px;
}

.header-nav-btn,
.btn-menudrop {
	display: none;
	overflow: hidden;
	transition: 0.2s;
}

nav {
	display: block;
}

.header-menu {
	display: block;
	height: 100%;
}

.header-menu>.member_list {
	display: none;
}

.header-menu_area {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	height: 100%;
	align-items: center;
}

.header-menu_area.on::after {
	display: block;
	content: '';
	width: 100vw;
	position: absolute;
	top: 100%;
	left: 50%;
	height: var(--max-sub-height);
	background: #fff;
	transform: translateX(-50%);
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.header-menu_area>li {
	padding: 0 50px;
	text-align: center;
	position: relative;
}
.header-menu_area>li:hover>a {
	color: var(--main-color);
}

.header-menu_area>li>a {
	font-size: 2rem;
	font-weight: 700;
	white-space: nowrap;
}


.search_area {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}

.btn_search_open {
	display: block;
	text-indent: -9999px;
	width: 27px;
	height: 27px;
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_search.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
}

.search_bar_wrap {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

.search_bar_wrap.on {
	display: block;
}

.sub-menu {
	display: none;
	position: absolute;
	/* width: calc(100% / var(--menu-count)); */
	width: 100%;
	background: #fff;
	top: 72px;
	left: 0;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	z-index: 20;
	height: auto;
}

.header-menu_area li:first-child .sub-menu {
	border-left: 1px solid #eee;

}

.sub-menu.on {
	display: block;
}

.sub-menu>.sub {
	width: 100%;
	padding: 40px 5px;
	height: var(--max-sub-height);
}

.sub-menu>.sub:hover {
	background: #f7f7fa;
}

.sub-menu>.sub>.depth_01 {
	color: var(--main-color);
	font-size: 1.8rem;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.sub-menu>.sub>.depth_01::after {
	display: block;
	content: '';
	width: 22px;
	height: 3px;
	background: var(--main-light);
	position: absolute;
	bottom: 0;
	left: 0;
}

.sub-menu>.sub>ul>li>a {
	display: block;
	font-weight: 700;
	color: #323232;
	margin-bottom: 22px;
	font-size: 1.7rem;
	line-height: 1em;
}

.sub-menu>.sub>ul>li>a:hover {
	text-decoration: underline;
	font-weight: 800;
}

.sub-menu>.sub>ul>li>.sub-menu {
	display: none;
}

/*---------------------------header*/

/*---------------------------content*/
#container {
	padding-top: 151px;
}

/*---------------------------content*/

/*---------------------------footer*/
footer {
	display: block;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.footer_wrap {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.footer_top {
	display: block;
	width: 100%;
	background: #292d34;
}

.footer_bottom {
	display: block;
	width: 100%;
	background: #353b45;
}

.footer_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1440px;
}

.site_info_list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 29px 0 24px 0;
}

.site_info_list>li:nth-child(2) {
	padding: 0 25px;
	margin: 0 25px;
	position: relative;
}

.site_info_list>li:nth-child(2)::after,
.site_info_list>li:nth-child(2)::before {
	display: block;
	content: '';
	width: 1px;
	height: 13px;
	position: absolute;
	background: #677184;
	opacity: 50%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.site_info_list>li:nth-child(2)::after {
	display: none;
}

.busan_site_list_area {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.busan_site_list_wrap {
	position: relative;
}

.btn_site_list_open {
	border-right: 1px solid #ffffff20;
	border-left: 1px solid #ffffff20;
	font-size: 1.6rem;
	line-height: 1em;
	padding: 27px 42px 28px 21px;
	color: #cfd0d1;
	position: relative;
	background: #202429;
}

.btn_site_list_open::after,
.btn_site_list_open::before {
	display: block;
	content: '';
	width: 1px;
	height: 11px;
	background: #cfd0d1;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -5.5px;
	transform: rotate(0);
	transition: ease-in 0.3s;
}

.btn_site_list_open::after {
	transform: rotate(90deg);
	transition: ease-in 0.3s;
}

.btn_site_list_open.close::before {
	transform: rotate(225deg);
	transition: 0.2s;
}

.btn_site_list_open.close::after {
	transform: rotate(315deg);
	transition: 0.2s;
}

.busan_site_list {
	display: none;
	position: absolute;
	background: #202429;
	color: #fff;
	border: 1px solid #54575d;
	bottom: 100%;
	left: 0;
	height: 288px;
	overflow-Y: scroll;
	border: 1px solid #eee;
	border-bottom: 0;
	width: 100%;
	z-index: 2;
}

.busan_site_list.on {
	display: block;
}

.busan_site_list>li>a {
	padding: 16px 22px;
	font-size: 1.5rem;
	line-height: 1em;
	display: block;
	border-bottom: 1px solid #54575d;
}

.busan_site_list>li:last-child>a {
	border-bottom: 0;
}

.site_info_wrap {
	padding: 52px 0 55px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	width: 100%;
	letter-spacing: 0em;
}

.footer_logo {
	display: block;
	width: 129px;
	height: 33px;
	text-indent: -9999px;
	background: url(/humanframe/global/assets/img/common/logo_eng_line_w.svg) no-repeat center center / contain;
	margin-right: 56px;
}

.site_info {
	color: #cfd0d1;
}

.site_info>p {
	margin-bottom: 10px;
}

.site_info>.copy {
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
}

.site_info>p>span {
	padding-left: 10px;
	margin-left: 10px;
	box-sizing: border-box;
	position: relative;
}

.site_info>p>span::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 1px;
	height: 12px;
	background: #fff;
	opacity: 0.5;
}

.scrollTop {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 78px;
	height: 78px;
	border: 1px solid #ffffff60;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 22px;
	background-image: url(/humanframe/theme/museum_modern_new/assets/img/common/icon_top.png);
	background-repeat: no-repeat;
	background-position: top 23px center;
	background-size: auto 9px;
	font-size: 1.4rem;
	line-height: 1em;
}

/*---------------------------footer*/

/*---------------------------contentlayout*/
#container {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}

.depth2Menu {
	display: block;
	width: 100%;
	background: var(--main-color);
}

#location {
	display: flex;
	width: 100%;
	margin: 40px auto 62px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.lineMap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.lineMap>a {
	text-indent: -9999px;
	width: 17px;
	height: 17px;
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_location_home.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	flex-shrink: 0;
}

.lineMap>span {
	font-size: 1.8rem;
	line-height: 1em;
}

.lineMap>span:last-child {
	font-weight: 600;
	padding-right: 0;
	margin-right: 0;
}

.lineMap>span:nth-child(5),
.lineMap>span:nth-child(4),
.lineMap>span:nth-child(3) {
	padding: 0 22px 0 0;
	margin: 0 24px 0 0;
	position: relative;
}

.lineMap>span:nth-child(3) {
	padding-left: 22px;
	margin-left: 22px;
}

.lineMap>span:nth-child(3)::after {
	display: block;
	content: '';
	width: 8px;
	height: 14px;
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_location_depth.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: absolute;
	left: -6px;
	top: 2px;
}

.lineMap>span:nth-child(3)::before,
.lineMap>span:nth-child(4)::before,
.lineMap>span:nth-child(5)::before {
	display: block;
	content: '';
	width: 8px;
	height: 14px;
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_location_depth.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	position: absolute;
	right: 0;
	top: 2px;
}

.lineMap>span:last-child::before {
	display: none;
}

.shareArea {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.share {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: relative
}

.shareList>li>a,
.print>a,
.share>a {
	display: block;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 20px;
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_open.png);
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	transition: 0.2s;
}

.shareList>li>a {
	margin-right: 10px;
}

.share>a {
	margin-right: 10px;
}

.share:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_open_hover.png);
}

.print>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_print.png);
}

.print:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_print_hover.png);
}

.shareList>li.bookmark>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark.png);
}

.shareList>li.naverband>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_naverband.png);
}

.shareList>li.kakaostory>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_kakao.png);
}

.shareList>li.twitter>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_x.png);
}

.shareList>li.facebook>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_facebook.png);
}

.share>a:hover,
.print:hover>a,
.shareList>li:hover>a {
	background-color: #1e3c73;
	transition: 0.2s;
}

.shareList>li.bookmark:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark_hover.png);
}

.shareList>li.naverband:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_naverband_hover.png);
}

.shareList>li.kakaostory:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_kakao_hover.png);
}

.shareList>li.twitter:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_x_hover.png);
}

.shareList>li.facebook:hover>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_facebook_hover.png);
}

.shareList>li.bookmark.checked>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark_hover.png);
}

.share.on>a {
	background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_close.png);
	border: none;
}

.share.on>a:hover {
	background-color: transparent;
}

.share>.shareBox {
	display: none;
	margin-right: 10px;
}

.share.on>.shareBox {
	display: block;
}

.shareList {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	width: 0;
	gap: 0 10px;
	overflow: hidden;
}

h3.titPage {
	text-align: center;
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1em;
	padding-bottom: 51px;
	border-bottom: 2px solid #111;
	margin: 0 auto 40px;
	letter-spacing: -0.05em;
}

main#contents {
	padding-bottom: 50px;
}


/*---------------------------contentlayout*/

@media screen and (max-width: 1560px) {

	#container,
	.footer_inner,
	.header_inner {
		max-width: inherit;
		padding: 0 60px;
	}

	.header-menu_area>li {
		padding: 0 32px;
	}

	h3.titPage {
		margin: 0 auto 40px;
		padding: 0 0 50px 0;
		max-width: inherit;
	}
}

@media screen and (max-width: 1400px) {
	.header-menu_area>li {
		padding: 0 24px;
	}
}

@media screen and (max-width: 1284px) {

	.footer_inner,
	.header_inner,
	#container {
		max-width: inherit;
		padding: 0 32px;
	}

	.header-menu_area>li {
		padding: 0 24px;
	}

	.museum_link_list {
		padding: 18px 0;
	}

	.museum_link_list>li>a>img {
		height: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.header-menu_area>li {
		padding: 0 16px;
	}
}

@media screen and (max-width: 1149px) {
	.site_info_list {
		padding: 17px 0;
	}

	.busan_site_list_area {
		width: 100%;
		justify-content: space-between;
		border-top: 1px solid #ffffff20;
	}
}

@media screen and (max-width: 1024px) {
	.selcMuseumForm {
		display: none;
	}

	h3.titPage {
		margin: 0 auto 40px;
		padding: 0 0 28px 0;
		font-size: 3.6rem;
		line-height: 1em;
	}

	.header_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		height: auto;
	}

	.header_top {
		display: none !important;
	}

	.site_title.site_logo>a {
		height: 32px;
		background-position: left center;
	}

	.header_bottom {
		width: 100%;
		position: static;
	}

	.site_title.site_logo {
		padding: 19px 0 20px;
	}

	.site_title>a {
		font-size: 2.2rem;
		line-height: 1em;
	}

	.header_bottom>.header_inner {
		padding: 0 32px;
	}

	nav {
		position: absolute;
		right: 32px;
		top: 50%;
		margin-top: -9px;
		left: inherit;
		z-index: 10;
	}

	.header-nav-btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 21px;
		height: 18px;
		position: relative;
	}

	.header-nav-btn>span {
		display: block;
		width: 100%;
		height: 3px;
		background: #222;
		text-indent: -9999px;
		transition: 0.2s;
	}

	.header-nav-btn>span::before,
	.header-nav-btn>span::after {
		display: block;
		content: '';
		width: 100%;
		height: 3px;
		background: #222;
		position: absolute;
		top: 0;
		left: 0;
		transition: 0.2s;
	}

	.header-nav-btn>span::after {
		top: inherit;
		bottom: 0;
	}

	.active .header-nav-btn {
		height: 21px;
	}

	.active .header-nav-btn>span {
		background: #22222200;
		transition: 0.2s;
	}

	.active .header-nav-btn>span::before {
		top: 50%;
		transform: rotate(45deg);
		transition: transform 0.2s;
	}

	.active .header-nav-btn>span::after {
		bottom: 34%;
		transform: rotate(-45deg);
		transition: transform 0.2s;
	}

	.header-menu_area::after {
		display: none;
	}

	.header-menu_area>li.active>a {
		color: var(--main-color);
		font-weight: 800;
	}

	.sub>ul>li.active>a {
		font-weight: 800;
	}

	.sub-menu>.sub>.depth_01 {
		display: none;
	}

	.header-menu_area>li.active>.sub-menu {
		display: block;
		margin-top: 22px;
		border-top: 1px solid #eee;
		background: #f7f7fa;
		width: 100%;
		position: static;
	}

	.header-menu_area>li>.sub-menu {
		display: block;
		width: 100%;
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.header-menu_area>li.active>.sub-menu {
		display: block !important;
		width: 100%;
		height: auto;
		visibility: visible;
		opacity: 1;
		transition: all 0.2s ease-in-out;
	}

	.header-menu_area>li.active>.sub-menu>.sub {
		display: block;
		width: auto;
		padding: 0;
		height: auto;
	}

	li>.sub-menu {
		border-right: 0;
	}

	li:nth-child(1)>.sub-menu {
		border-left: 0;
	}

	.sub-menu>.sub>ul>li>a {
		margin-bottom: 0;
		font-size: 1.8rem;
	}

	.header-menu_area>li.active>.sub-menu>.sub ul {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		width: 100%;
	}

	.header-menu_area>li.active>.sub-menu>.sub>ul>li {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding: 24px;
		border-top: 1px solid #fff;
		font-size: 1.8rem;
		line-height: 1em;
		font-weight: 700;
		color: #323232;
		flex-wrap: wrap;
	}

	.header-menu_area>li.active>.sub-menu>.sub>ul>li .sub {
		display: block;
		width: 100%;
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: all 0.2s ease-in-out;
	}

	.header-menu_area>li.active>.sub-menu>.sub>ul>li .sub.open {
		display: block;
		width: 100%;
		height: auto;
		visibility: visible;
		opacity: 1;
		transition: all 0.2s ease-in-out;
	}

	.header-menu_area>li>.sub-menu>.sub>ul>li>.sub ul {
		padding-top: 20px;
	}

	.header-menu_area>li>.sub-menu>.sub>ul>li>.sub li {
		padding: 14px 0 14px 20px;
		font-size: 1.6rem;
		line-height: 1em;
		position: relative;
	}

	.header-menu_area>li>.sub-menu>.sub>ul>li>.sub li::after {
		display: block;
		content: '';
		width: 5px;
		height: 5px;
		border-radius: 5px;
		background: #262626;
		position: absolute;
		top: 50%;
		margin-top: -2.5px;
		left: 3px;
	}

	.search_area {
		padding-right: 50px;
	}

	.btn_search_open {
		background-position: left top;
	}

	.member_list,
	.header-menu_area {
		display: none;
	}

	.header_wrap.active .header-menu {
		display: block;
		position: fixed;
		right: 0;
		top: 72px;
		background: #fff;
		width: 100vw;
		height: calc(100vh - 72px);
		/* max-width: 480px; */
		z-index: 2;
	}

	.header_wrap.active .header-menu::after {
		display: block;
		content: '';
		background: #00000060;
		width: 100vw;
		height: calc(100vh - 71px);
		position: fixed;
		right: 0;
		top: 71px;
		z-index: 1;
	}

	.header_wrap.active .header-menu>.member_list {
		position: absolute;
		top: -63px;
		right: 67px;
		width: 70px;
		z-index: 3;
		background: #fff;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		border-bottom: none;
	}

	.header_wrap.active .header-menu>.member_list>li {
		width: 100%;
		padding: 0;
	}

	.header_wrap.active .header-menu>.member_list>li:nth-child(3)>button,
	.header_wrap.active .header-menu>.member_list>li>a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 20px 0;
		background-position: left center;
	}

	.header_wrap.active .header-menu>.member_list>li:nth-child(3)>button::after {
		top: 50%;
		right: 0;
		margin-top: -9px;
	}

	.header_wrap.active .header-menu>.member_list>li:nth-child(2) {
		margin: 0;
	}

	.header_wrap.active .header-menu>.member_list>li:nth-child(2)>a {
		padding-left: 12px
	}

	.header_wrap.active .header-menu>.member_list>li:nth-child(2)::after,
	.header_wrap.active .header-menu>.member_list>li:nth-child(2)::before {
		height: 100%;
	}

	.header_wrap.active .header-menu>.member_list>li>.lang_list {
		top: 100%;

	}

	.header_wrap.active .header-menu>.member_list>li>.lang_list.on {
		display: block;
		height: auto;
		opacity: 1;
		transition: all 0.2s ease-in-out;
		/* width: calc(100% + 1px); */
		right: -9px;
		left: inherit;
		visibility: visible;
	}

	.header_wrap.active .header-menu_area {
		display: block;
		position: relative;
		z-index: 2;
		background: #fff;
		padding: 0 20px;
		height: calc(100vh - 72px);
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.header_wrap.active .header-menu_area>li {
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #eee;
	}

	.header_wrap.active .header-menu_area>li>a {
		width: auto;
		display: inline-block;
		white-space: nowrap;
		font-size: 2.2rem;
		line-height: 1em;
	}

	.header_wrap.active .search_area {
		display: none;
	}

	.btn-menudrop {
		display: block;
		text-indent: -9999px;
		width: calc(100% - 170px);
		height: 25px;
		position: relative;
		flex: 1 1 0;
	}

	.btn-menudrop::after,
	.btn-menudrop::before {
		display: block;
		content: '';
		width: 2px;
		height: 100%;
		background: #222;
		position: absolute;
		right: 12.5px;
		top: 0;
		opacity: 1;
		transition: 0.2s;
	}

	.btn-menudrop::before {
		transform: rotate(90deg);
	}

	.header_wrap.active .header-menu_area>li.active {
		border-bottom: 0;
		padding-bottom: 0;
	}

	li.active>.btn-menudrop::before {
		opacity: 0;
		transform: rotate(90deg);
		transition: 0.2s;
	}

	li.active>.btn-menudrop::after {
		transform: rotate(90deg);
		transition: 0.2s;
	}

	#container {
		padding-top: 71px !important;
	}

	#location {
		margin: 20px auto 24px;
	}

	.shareList>li>a,
	.print>a,
	.share>a {
		width: 36px;
		height: 36px;
		background-size: auto 36px;
	}

	.busan_site_list_area {
		width: auto;
	}

	.busan_site_list_wrap {
		width: 100%;
	}

	.btn_site_list_open {
		width: 100%;
	}

	.site_info_wrap {
		padding: 52px 0 55px;
	}

	.scrollTop {
		right: 32px;
	}

	/*hover 삭제*/
	nav>.sub-menu>.sub_wrap>.sub:hover {
		background: #fff;
	}

	nav>.sub-menu>.sub_wrap>.sub>ul>li>a:hover {
		text-decoration: none;
		font-weight: 700;
	}

	/* .share > a:hover,
	.print:hover > a,
	.shareList > li:hover > a{
		background-color:transparent;
		transition:0;
	} */
	.shareList>li.bookmark:hover>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark.png);
	}

	.shareList>li.naverband:hover>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_naverband.png);
	}

	.shareList>li.kakaostory:hover>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_kakao.png);
	}

	.shareList>li.twitter:hover>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_x.png);
	}

	.shareList>li.facebook:hover>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_facebook.png);
	}

	.shareList>li.bookmark.checked>a {
		background-image: url(/humanframe/theme/museum_modern_en/assets/img/common/icon_share_bookmark.png);
	}

	.share.on>a:hover {
		background-color: transparent;
	}

	.header-menu_area > li.active > .sub-menu > .sub > ul > li > .sub-menu.open {
		display: block;
		position: unset;
		width: 100%;
		border: 0;
		background: transparent;
		height: auto;
	}
	.header-menu_area > li.active > .sub-menu > .sub > ul > li .sub{
		display:block;
		width:100%;
		height:0;
    	visibility:hidden;
    	opacity:0;
	    transition: all 0.2s ease-in-out;
	}
	.header-menu_area > li.active > .sub-menu > .sub > ul > li .sub-menu.open .sub{
		display:block;
		width:100%;
		height:auto;
    	visibility: visible;
    	opacity:1;
		transition: all 0.2s ease-in-out;
		padding:0;
	}
	.header-menu_area > li > .sub-menu > .sub > ul > li .sub-menu.open .sub ul{
		padding-top:20px;
	}
	.header-menu_area > li > .sub-menu > .sub > ul > li .sub-menu.open .sub li{
		padding:14px 0 14px 20px;
		font-size:1.6rem;
		line-height:1em;
		position:relative;
	}
	
	.header-menu_area > li > .sub-menu > .sub > ul > li .sub-menu.open .sub li::after{
		display:block;
		content:'';
		width:5px;
		height:5px;
		border-radius:5px;
		background:#262626;
		position:absolute;
		top:50%;
		margin-top:-2.5px;
		left:3px;
	}
	.header-menu_area > li > .sub-menu > .sub > ul > li .sub-menu.open .sub li a {
		font-size: 1.6rem;
		line-height: 1em;
		font-weight: 500;
	}

}

@media screen and (max-width: 880px) {
	.site_info_wrap {
		flex-direction: column;
		padding-top: 36px;
	}

	.footer_logo {
		margin-bottom: 24px;
		width: 100px;
		height: 26px;
	}

	.site_info {
		font-size: 1.4rem;
	}

	.scrollTop {
		width: 48px;
		height: 48px;
		top: 36px;
		font-size: 0.9rem;
		padding-bottom: 13px;
		background-size: auto 6px;
		background-position: top 14px center;
		transform: inherit;
	}
}

@media screen and (max-width: 790px) {
	.site_info_list>li:last-child::after {
		display: block;
	}

}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}

	.footer_inner,
	#container {
		padding: 0 20px;
	}

	.header_top {
		width: 119px;
	}

	.header_top>.header_inner {
		padding-left: 20px;
	}

	.header_bottom {
		width: 100%;
	}

	.header_bottom>.header_inner {
		padding: 0 20px;
	}

	nav {
		right: 20px;
	}

	.site_info_wrap {
		padding: 36px 0 55px;
	}

	.scrollTop {
		right: 0;
	}

	.lineMap {
		flex-wrap: wrap;
		row-gap: 5px;
	}

	.lineMap>span {
		font-size: 1.5rem;
		line-height: 1em;
		padding: 0 0 0 14px;
		margin: 0 0 0 8px;
	}

	.lineMap>span:nth-child(3)::after,
	.lineMap>span:nth-child(3)::before,
	.lineMap>span:nth-child(4)::before {
		height: 11px;
		top: 1px;
		background-size: auto 11px;
	}

	.lineMap>span:nth-child(3)::after,
	.lineMap>span:nth-child(3)::before,
	.lineMap>span:nth-child(4)::before,
	.lineMap>span:nth-child(5)::before {
		top: 50%;
		transform: translateY(-50%);
	}

	h3.titPage {
		padding-bottom: 24px;
		padding-top: 40px;
		font-size: 3rem;
		line-height: 1.2em;
	}

	#location {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-bottom: 0;
	}

	.shareArea {
		/* position: absolute;
	    top: 28px;
	    left: 50%;
	    transform: translate(-50%, 0); */
		width: 100%;
		justify-content: center;
	}
	.header_wrap.active .header-menu>.member_list {
		right: 50px;
	}
}

@media screen and (max-width: 716px) {
	.busan_site_list_area {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.busan_site_list_wrap {
		width: 100%;
	}

	.btn_site_list_open {
		width: 100%;
		border-top: 1px solid #ffffff20;
	}

	.museum_link_list {
		justify-content: flex-start;
		width: 100%;
	}
}

@media screen and (max-width: 680px) {
	.footer_top>.footer_inner {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.busan_site_list_area {
		width: 100%;
	}

	.site_info_list {
		padding: 0;
	}

	.site_info_list>li>a {
		display: block;
		padding: 22px 0;
	}

	.busan_site_list_wrap {
		width: 100%;
	}

	.btn_site_list_open {
		width: calc(100% + 40px);
		padding: 22px 42px 22px 50px;
		border: 0;
		background: #1e2227;
		margin-left: -20px;
		text-align: left;
	}

	.btn_site_list_open::after,
	.btn_site_list_open::before {
		right: 42px;
	}

	.busan_site_list {
		left: -20px;
		width: calc(100% + 40px);
	}
}

@media screen and (max-width: 480px) {
	.search_area {
		padding-right: 36px;
	}

	.btn_search_open {
		background-size: auto 24px;
		width: 24px;
		height: 24px;
	}
}

@media screen and (max-width: 440px) {

	/* .header_wrap.active .header-menu > .member_list > li:nth-child(3) > button,
	.header_wrap.active .header-menu > .member_list > li > a{
    	background-position: left 10px center;
	} */
	.busan_site_list_area {
		flex-direction: column;
	}

	.btn_site_list_open:first-child {
		border-bottom: 1px solid #ffffff20;
	}
}

@media screen and (max-width: 420px) {
	.site_info_list {
		padding-left: 0px;
	}

	.btn_site_list_open {
		padding: 22px 42px 22px 20px;
	}

	.btn_site_list_open::after,
	.btn_site_list_open::before {
		right: 22px;
	}
}

@media screen and (max-width: 400px) {
	.member_list>li {
		padding: 0 8px;
	}
}

@media screen and (max-width: 380px) {
	.site_info_list>li:nth-child(2) {
		padding: 0 16px;
		margin: 0 16px;
	}
}

@media screen and (max-width: 360px) {
	.header_wrap {
		height: 71px;
	}

	.header-top {
		width: 100px;
		margin: 0;
	}

	.header_top>.header_inner {
		align-items: flex-start;
	}

	h1.logo {
		width: 80px;
	}

	.header_bottom {
		height: 100%;
		z-index: 10;
	}

	.site_title.site_logo {
		bottom: inherit;
	}

	.site_title.site_logo>a {
		background-position: left center;
	}

	.header_bottom>.header_inner {
		height: 100%;
		align-items: center;
		justify-content: flex-end;
		position: static;
	}

	.site_title {
		padding: 0;
		height: auto;
		position: absolute;
		left: 20px;
		bottom: 14px;
	}

	.search_area {
		padding-right: 32px;
	}

	.btn_search_open {
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}

	/* .header_wrap.active .header-menu > .member_list > li:nth-child(3) > button,
	.header_wrap.active .header-menu > .member_list > li > a{
    	background-position: left 4px center;
	} */
	.header_wrap.active .header-menu>.member_list>li:nth-child(2)>a {
		background-position: left 8px center;
		padding-left: 4px;
	}

	/* .header_wrap.active .header-menu > .member_list > li:nth-child(3) > button::after{
		right:4px;
	} */
}

@media screen and (max-width: 343px) {
	.site_info_list>li:nth-child(2) {
		padding: 0 8px;
		margin: 0 8px;
	}
}

@media screen and (max-width: 320px) {

	/* .header_wrap.active .header-menu > .member_list > li:nth-child(3) > button,
	.header_wrap.active .header-menu > .member_list > li > a{
    	background-image:none;
	} */
	.header_wrap.active .header-menu>.member_list>li:nth-child(2)>a {
		padding-left: 0px;
	}

	/* .header_wrap.active .header-menu > .member_list > li:nth-child(3) > button{
		padding-right:8px;
	} */
	.header_wrap.active .header-menu>.member_list>li:nth-child(3)>button::after {
		right: 0;
	}

}

/* tabStyle 추가 */
.tabStyle.type2 {display: flex;}
.tabStyle.type2>li>a {display: flex; align-items: center; justify-content: center; height: 100%; white-space: normal;}

@media screen and (max-width: 1024px) {
	.tabStyle.type2 {flex-wrap: wrap;}
}