@charset "utf-8";


@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:100;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Thin.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/NotoSansKR-Thin.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NoNotoSansKR-Thin.otf) format('opentype');
}
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:200;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Light.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/NotoSansKR-Light.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Light.otf) format('opentype');
}
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:400;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Regular.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/NotoSansKR-Regular.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:700;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Medium.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Medium.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Medium.otf) format('opentype');
}
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:800;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Bold.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Bold.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Bold.otf) format('opentype');
}
@font-face {
	font-family:'NotoSans'; font-style:normal; font-weight:900;
	src:url(/humanframe/global/assets/css/font/NotoSansKR-Black.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Black.woff) format('woff'),
	url(/humanframe/global/assets/css/font/NotoSansKR-Black.otf) format('opentype');
}
:root {
  --main-color: #55555a; 
  --main-dark: #3e2714;
  --main-light: #674c35;
}

* {box-sizing:border-box;}
html {
	overflow-x: hidden;
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "NotoSans", 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;
}
.header_top_left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 0 10px;
}
h1.logo{
    display: block;
    width: 99px;
    height: 26px;
    margin:12px 0;
}
h1.logo > a{
	display:block;
	width:100%;
	height:100%;
    text-indent: -9999px;
    background: url(/humanframe/global/assets/img/common/logo.svg) no-repeat center center / contain;
}
.header_top_left > form{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
}
#selcMuseum{
    padding: 8px 67px 8px 6px;
    border-radius: 4px 0 0 4px;
    font-size:1.2rem;
    line-height:1em;
}
.goButton{
    background: #323232;
    color: #fff;
    padding: 0px 10px;
    border-radius: 0 4px 4px 0;
}
.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(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_jeonggwan_2025/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_jeonggwan_2025/assets/img/common/icon_join.png);
}
.member_list > li:nth-child(3) > button{
    background-image: url(/humanframe/theme/museum_jeonggwan_2025/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_jeonggwan_2025/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: 0;
    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;
}
.header_sns_list{
	display:block;
}
.header_sns_list.mo{
	display:none;
}
.header_sns_list > ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 10px;
}
.header_sns_list > ul > li{
    display: block;
    width: 28px;
    height: 28px;
}
.header_sns_list > ul > li > a{
    text-indent: -9999px;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/humanframe/theme/museum_busan/assets/img/common/icon_header_sns_04.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.header_sns_list > ul > li:nth-child(2) > a{
    background-image: url(/humanframe/theme/museum_busan/assets/img/common/icon_header_sns_05.png);
}

.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_jeonggwan_2025/assets/img/common/logo_museum_jeonggwan.png);
	background-size:auto 100%;
	background-position:left center;
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:43px;
	width:195px;
}
.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 42px;
}
.header-menu_area > li > a{
	font-size:2rem;
	font-weight:500;
	white-space:nowrap;
	position:relative;
}
.header-menu_area > li > a > strong{
	font-weight:500;
}
.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_jeonggwan_2025/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));
    background: #fff;
    top: 100%;
    left:calc(100% / var(--menu-count) * var(--index));
    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 30px;
  	height: var(--max-sub-height);
}
.sub-menu > .sub:hover{
	background:#f7f7fa;
}
.sub-menu > .sub > .depth_01{
	/*color:var(--main-color);*/
	color:#de4f1d;
	font-size:2rem;
	position:relative;
	padding-bottom:20px;
	margin-bottom:20px;
}
.sub-menu > .sub > .depth_01::after{
	display:block;
	content:'';
	width:22px;
	height:3px;
	background:var(--main-color);
	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 > strong{
	font-weight:500;
}
.sub-menu > .sub > ul > li > a:hover{
	text-decoration:underline;
	font-weight:800;
}
.sub-menu > .sub > ul > li > a:hover > strong{
	font-weight:700;
}
.sub-menu > .sub > ul > li > .sub{
	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: #363636;
}
.footer_bottom{
    display: block;
    width: 100%;
	background:#444444;
}
.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;
}
.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{
	left:inherit;
	right:0;
}
.museum_link_list{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 0 12px;
    margin-right: 32px;
}
.museum_link_list > li > a{
    padding: 11px 14px;
    border: 1px solid #ffffff40;
    line-height: 1em;
    display:block;
}
.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:#363636;
}
.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_kor_line_w.svg) no-repeat center center / contain;
    margin-right:56px;
}
.site_info{
	color:#cfd0d1;
}
.site_info > .copy{
	margin-top:12px;
}
.scrollTop{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:78px;
	height:78px;
	border:1px solid #ffffff60;
	border-radius:25px;
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:flex-end;
	padding-bottom:22px;
	background-image:url(/humanframe/theme/museum_jeonggwan_2025/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_busan_2025/assets/img/common/icon_location_home.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}
.lineMap > span{
	font-size:1.8rem;
	line-height:1em;
}
.lineMap > span:last-child{
	font-weight:600;
}
.lineMap > span:nth-child(5),
.lineMap > span:nth-child(4),
.lineMap > span:nth-child(3){
    padding: 0 0 0 22px;
    margin: 0 0 0 14px;
    position:relative;
}
.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_busan_2025/assets/img/common/icon_location_depth.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: absolute;
    left: 0;
    top: 2px;
}
.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_busan_2025/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_busan_2025/assets/img/common/icon_share_open_hover.png);
}
.print > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_print.png);
}
.print:hover > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_print_hover.png);
}

.shareList > li.bookmark > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_bookmark.png);
}
.shareList > li.naverband > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_naverband.png);
}
.shareList > li.kakaostory > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_kakao.png);
}
.shareList > li.twitter > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_x.png);
}
.shareList > li.facebook > a{
	background-image:url(/humanframe/theme/museum_busan_2025/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_busan_2025/assets/img/common/icon_share_bookmark_hover.png);
}
.shareList > li.naverband:hover > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_naverband_hover.png);
}
.shareList > li.kakaostory:hover > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_kakao_hover.png);
}
.shareList > li.twitter:hover > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_x_hover.png);
}
.shareList > li.facebook:hover > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_facebook_hover.png);
}
.shareList > li.bookmark.checked > a{
	background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_bookmark_hover.png);
}
.share.on > a{
	background-image:url(/humanframe/theme/museum_busan_2025/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;
	}
	h3.titPage{
	    margin: 0 auto 40px;
	    padding: 0 0 50px 0;
	    max-width: inherit;
	}
}
@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 > li > a > img{
		height:30px;
	}	
}
@media screen and (max-width: 1240px){
}
@media screen and (max-width: 1024px){
	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: 32%;
		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;
	}
	
	.active nav .header_sns_list.mo{
		display:flex;
		width:100%;
		flex-direction:row;
		justify-content:center;
		align-items:center;
		gap:0 10px;
	}
	nav .header_sns_list.mo > li{
		display:block;
		width:28px;
		height:28px;
	}
	nav .header_sns_list.mo > li > a{
		display:block;
		width:100%;
		margin:0 auto;
		text-indent:-9999px;
		background-image:url(/humanframe/theme/museum_busan/assets/img/common/icon_header_sns_04.png);
		background-repeat:no-repeat;
		background-size:auto;
		background-position:center;
	}
	nav .header_sns_list.mo > li:nth-child(2) > a{
		background-image:url(/humanframe/theme/museum_busan/assets/img/common/icon_header_sns_05.png);
	}
	
    .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:relative;
		z-index:3;
    	background: #fff;
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: stretch;
	    width: 100%;
	    border-bottom:1px solid #eee;
	}
	.header_wrap.active .header-menu > .member_list > li{
		width:33.3333%;
	}
	.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 20px center;
	}
	.header_wrap.active .header-menu > .member_list > li:nth-child(3) > button::after{
		top:50%;
		right:20px;
		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: 0;
	    left: inherit;
	    visibility:visible;
	}
	.header_wrap.active .header-menu_area{
		display:block;
		position:relative;
		z-index:2;
    	background: #fff;
    	padding:0 20px;
	    height: calc(100% - 59px);
	    overflow-y: scroll;
	}
	.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;
	}
	.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;
	}
	.footer_inner{
		flex-wrap:wrap;
	}
	.busan_site_list_area{
		width:auto;
	    flex-direction: column;
	    justify-content: flex-start;
	    border-bottom: 1px solid #ffffff30;
	    margin-bottom: 8px;
	}
	.museum_link_list{
	    margin: 0 auto;
	    border-bottom: 1px solid #ffffff30;
    	padding: 8px 0;
	}
	.busan_site_list_wrap{
		width:100%;
	}
	.btn_site_list_open{
		width:100%;
    	padding: 11px 14px 11px 21px;
	}
	.site_info_wrap{
		padding:52px 0 55px;
	}
	.scrollTop{
		right:32px;
	}
	#location{
		margin:20px auto 24px;
	}
	.shareList > li > a,
	.print > a,
	.share > a{
		width:36px;
		height:36px;
		background-size:auto 36px;
	}
	/*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:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_open.png);
	}
	.share.on:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_close.png);
	}
	.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_busan_2025/assets/img/common/icon_share_bookmark.png);
	}
	.shareList > li.naverband:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_naverband.png);
	}
	.shareList > li.kakaostory:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_kakao.png);
	}
	.shareList > li.twitter:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_x.png);
	}
	.shareList > li.facebook:hover > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_facebook.png);
	}
	.shareList > li.bookmark.checked > a{
		background-image:url(/humanframe/theme/museum_busan_2025/assets/img/common/icon_share_bookmark.png);
	}
	.share.on > a:hover{
		background-color:transparent;
	}
	/*hover 삭제*/
	.depth2Menu{
		display:none;
	}
	
}
@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{
		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 > span{
		font-size:1.5rem;
		line-height:1em;
	    padding: 0 0 0 14px;
	    margin: 0 0 0 8px;
	}
	.lineMap > span:nth-child(3)::before,
	.lineMap > span:nth-child(4)::before{
		height:11px;
		top:1px;
		background-size:auto 11px;
	}
	h3.titPage{
		padding-bottom:24px;
		padding-top:40px;
		font-size:3rem;
		line-height:1.2em;
	}
	.shareArea{
	    position: absolute;
	    top: 28px;
	    left: 50%;
	    transform: translate(-50%, 0);
    }
    .busan_site_list_area,
    .museum_link_list{
    border-bottom:0;
    margin-bottom:0;
    }
}
@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-left: 30px;
	}
	.site_info_list > li > a{
		padding:22px 0;
		display:block;
	}
	.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 > a{
		height:22px;
    	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;
	}
	
}