@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');
}

@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:100;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Thin.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Thin.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Thin.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:200;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Light.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Light.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Light.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:400;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Regular.woff2) format('woff2'), 
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Regular.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Regular.otf) format('opentype');
}

@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:500;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Medium.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Medium.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Medium.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:600;
	src:url(/humanframe/global/assets/css/font/Pretendard/ExtraBold.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/Pretendard/ExtraBold.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/ExtraBold.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:800;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Bold.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Bold.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Bold.otf) format('opentype');
}
@font-face {
	font-family:'Pretendard'; font-style:normal; font-weight:900;
	src:url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Black.woff2) format('woff2'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Black.woff) format('woff'),
	url(/humanframe/global/assets/css/font/Pretendard/Pretendard-Black.otf) format('opentype');
}
:root {
  --main-color: #0b6dc0;
  --dark-color: #69a218;
  --light-color:#76c900;
}


* {box-sizing:border-box;}
html {
	overflow-x: hidden;
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: "Pretendard", sans-serif;
	line-height:1.4;
	font-weight:400;
	overflow-x: hidden;
	min-width:280px;
	margin:0 auto;
	color:#121212;
	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 strong{
	font-weight:700;
}
.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: 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;
}
.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/officehome/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/officehome/assets/img/common/icon_join.png);
}
.member_list > li:nth-child(3) > button{
    background-image: url(/humanframe/theme/officehome/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/officehome/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;
}
.site_title{
	padding:36px 0;
}
.site_title > a{
    font-size: 2.9rem;
    font-weight: 800;
    line-height:1em;
    position:relative;
    z-index:2;
    display:block;
}
.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(--menu-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:700;
	white-space:nowrap;
	text-align:center;
}
.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/officehome/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:var(--menu-height);
}
.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:100%;
}
.sub-menu > .sub:hover{
	background:#f8f8fa;
}
.sub-menu > .sub > .depth_01{
	color:var(--dark-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(--light-color);
	position:absolute;
	bottom:0;
	left:0;
}
.sub-menu > .sub > ul > li > a{
	display:block;
	font-weight:700;
	color:#323232;
	font-size:1.5rem;
	line-height:1em;
	width: max-content;
	margin: 0 auto 22px auto;
}
.sub-menu > .sub > ul > li > a[target=_blank] {
	position: relative;
}
.sub-menu > .sub > ul > li > a[target=_blank]:before {
	content: '';
	position: absolute;
	top: 3px;
	right: -17px;
	width: 12px;
	height: 12px;
	background: url('/humanframe/theme/sea_2026/assets/img/common/menu_link2.png');
	background-size: 100%;
}
.sub-menu > .sub > ul > li > a:hover{
	text-decoration:underline;
	font-weight:800;
}
.sub-menu > .sub > ul > li > a[target=_blank]:hover:before {
	background: url('/humanframe/theme/sea_2026/assets/img/common/menu_link_on.png');
	background-size: 100%;
}
.sub-menu > .sub > ul > li .sub-menu{
	display:none;
}
.sub-menu.on > .sub > ul > li .sub-menu.on{
	display:none;
}
/*---------------------------header*/

/*---------------------------content*/
#container{
	padding-top:168px;
}
/*---------------------------content*/

/*---------------------------footer*/
.footer { background-color: #1f2840; color: rgba(255,255,255,0.8); font-size: 16px;}
.footerInner {max-width: 100%; margin: 0 auto; padding: 0 100px; }
.footerTop {position: relative; display: flex; padding: 70px 0 100px 0;}
.footerTop::before {content: ''; position: absolute; bottom: 0; left: -100px; width: calc(100% + 200px); height: 1px; background: #364153;}
.footerLinksWrap {display: flex; flex-wrap: wrap; gap: 60px; padding-right: 176px;}
.colTitle {display: block; color: #fff; font-size: 18px; font-weight: 700; margin-bottom: 30px;}
.footerCol ul li {margin-bottom: 10px;}
.footerCol ul li a { transition: color 0.3s;}
.footerCol ul li a:hover, .footerCol ul li a:focus {color: #fff; text-decoration: underline;}
.footerInfoWrap {position: relative; padding-left: 40px;}
.footerInfoWrap::before {content: ''; position: absolute; top: -70px; left: 0; width: 1px; height: calc(100% + 170px); background: #364153;}
.infoItem {margin-bottom: 20px;}
.infoItem:last-child {margin-bottom: 0;}
.infoTitle {display: block; color: #fff; font-size: 18px; font-weight: bold; margin-bottom: 7px;}
.footerBottom {display: flex; justify-content: space-between; align-items: center; padding: 25px 0;}
.footerBottomLeft {display: flex; align-items: center; flex-wrap: wrap; gap: 40px;}
.footerLogo { display: inline-block; vertical-align: middle; }
.copyright {font-size: 16px; opacity: 0.3; line-height: 1;}
.footerBottomRight { display: flex; align-items: center; gap: 30px; }
.policyLinks {display: flex; align-items: center; gap: 26px; font-weight: 600;}
.policyLinks li { position: relative; }
.policyLinks li + li::before {content: ""; position: absolute; left: -13px; top: 5px; width: 1px; height: 14px; background-color: rgba(255, 255, 255, 0.3); }
.policyLinks .privacy { color: #fff;}
.policyLinks a:hover, .policyLinks a:focus { color: #ffffff; text-decoration: underline; }
.familySite { position: relative; }
.btnFamily {display: flex; justify-content: space-between; align-items: center; width: 246px; height: 50px; padding: 0 21px; background-color: #0b1b35; color: #fff; font-size: 16px; transition: background-color 0.3s; }
.btnFamily.on {background-color: #0b1b35; border: 1px solid #fff;}
.btnFamily .arrowUp {width: 12px; height: 7px; background-image: url("/humanframe/theme/sea_2026/assets/img/common/ft_sel_icon.png"); background-repeat: no-repeat; background-position: center; transition: transform 0.3s;}
.btnFamily[aria-expanded="true"] .arrowUp {transform: rotate(180deg);}
.familyListWrap {position: absolute; bottom: 50px; left: 0; width: 100%; background-color: #0b1b35; display: none; max-height: 250px; overflow-y: auto; }
.familyListWrap::-webkit-scrollbar {width: 8px;}
.familyListWrap::-webkit-scrollbar-thumb {background-color: #ccc; border-radius: 10px; background-clip: padding-box; border: 2px solid transparent;}
.familyListWrap::-webkit-scrollbar-track {background-color: transparent;}
.familyListWrap.active {display: block;}
.familyList li a {display: block; padding: 12px 15px; color: #fff; font-size: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.2); transition: background-color 0.2s, color 0.2s; }
.familyList li a:hover, .familyList li a:focus {background-color: #20304b;}

@media screen and (max-width: 1600px) {
	.footerInner {padding: 0 60px;}
	.footerLinksWrap {padding-right: 40px;}
}

@media screen and (max-width: 1400px) {
	.footerInner {padding: 0 32px;}
}

@media screen and (max-width: 1280px) {
	.footerBottomLeft {gap: 20px;}
	.footerBottomRight {gap: 20px;}
	.policyLinks {gap: 16px;}
	.policyLinks li + li::before {left: -8px;}
}

@media screen and (max-width: 1024px) {
    .footerTop {flex-direction: column; padding: 40px 0;}
	.footerLinksWrap {display: none;}
    .footerInfoWrap {width: 100%; padding-left: 0;}
	.policyLinks {gap: 16px;}
	.policyLinks li + li::before {left: -8px;}
	.footerInfoWrap::before {display: none;}
    .footerBottom {flex-direction: column; gap: 20px; align-items: flex-start; padding: 20px 0 40px 0;}
    .footerBottomLeft {gap: 30px;}
    .footerBottomRight {gap: 40px;}
	.sub-menu > .sub > ul > li > a {margin: 0 0 22px 0;}
}

@media screen and (max-width: 768px) {
	.footerInner {padding: 0 20px;}
	.footerBottomRight {flex-wrap: wrap; gap: 20px 40px;}
}

@media screen and (max-width: 480px) {
	.footer {font-size: 14px;}
	.footerTop {padding: 30px 0;}
	.infoTitle {font-size: 16px; margin-bottom: 7px;}
	.infoItem {margin-bottom: 14px;}
	.footerLogo img {width: 94px;}
	.footerBottomLeft {gap: 15px;}
	.copyright {font-size: 14px;}
	.footerBottom {gap: 20px;}
	.policyLinks li + li::before {top: 3px;}
	.footerBottomRight {gap: 10px 40px;}
	.familySite {width: 100%;}
	.btnFamily {width: 100%; font-size: 15px;}
}
/*---------------------------footer*/

@media screen and (max-width: 1560px){
	.header_inner{
		max-width:inherit;
		padding:0 60px;
	}
}
@media screen and (max-width: 1284px){
	.header_inner{
		max-width:inherit;
		padding:0 32px;
	}
	.header-menu_area > li{
		padding:0 24px;
	}
}
@media screen and (max-width: 1024px){
	.header_wrap{
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: stretch;
	    height:auto;
	}
	.header_top{
		width:131px;
		position:static;
	}
	.header_top > .header_inner{
		height:100%;
		align-items:center;
		padding:0 0 0 32px;
	}
	h1.logo{
		margin:5px 0 0 0;
	}
	.header_bottom{
		width:calc(100% - 131px);
		position:static;
	}
	.site_title{
		padding:27px 0 21px;
	}
	.site_title > a{
		font-size:2.2rem;
		line-height:1em;
	}
	.header_bottom > .header_inner{
		padding:0 32px 0 4px;
	}
	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;
	}
	.sub-menu > .sub > ul > li .sub-menu.open {
    	display: block;
    	position:static;
    	width:100%;
    	height:auto;
	}
	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-menu{
	    position: unset;
	    width: 100%;
	    border: 0;
	    background: transparent;
	    height:auto;
    }
	.header-menu_area > li.active > .sub-menu > .sub > ul > li .sub-menu.on.open{
		display:block;
	}
	.header-menu_area > li.active > .sub-menu > .sub > ul > li .sub-menu .sub{
		display:block;
		width:100%;
		height:0;
    	visibility:hidden;
    	opacity:0;
	    transition: all 0.2s ease-in-out;
	    padding:0;
	}
	.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;
	}
	.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;
	}
	.header-menu_area > li > .sub-menu > .sub > ul > li .sub li a{
		font-size:1.6rem;
		line-height:1em;
	}
    .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: 71px;
    	background: #fff;
    	width: 100vw;
    	height: calc(100vh - 71px);
    	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:100%;
	    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;
	}
	
	/*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;
	}
	
}
@media screen and (max-width: 880px){
	.site_info_wrap{
		flex-direction:column;
		padding-top:36px;
	}
	.site_info{
		font-size:1.4rem;
	}
	.scrollTop{
	    width: 48px;
	    height: 48px;
	    top: 17px;
	    font-size: 0.9rem;
	    padding-bottom: 13px;
	    background-size: auto 6px;
	    background-position: top 14px center;
	    transform:inherit;
    }
}
@media screen and (max-width: 768px){
	body{
		font-size:1.5rem;
	}
	.header_top{
		width:119px;
	}
	.header_top > .header_inner{
		padding-left:20px;
	}
	.header_bottom{
		width:calc(100% - 119px);
	}
	.header_bottom > .header_inner{
		padding-right:20px;
	}
	nav{
		right:20px;
	}
	.search_area {
		padding-right: 30px;
	}
}
@media screen and (max-width: 680px){
	.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;
	}
}
@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: 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;
    }
    .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;
	}
	
}

/* 해양자연사박물관 추가 */
nav {height: 100%;}
.header_inner {max-width: 100%; padding: 0 100px;}
.site_title {flex-shrink: 0;}
.header_left {display: flex; align-items: center; gap: 122px;}
.header-menu_area > li {position: relative; min-width: 150px; height: 100%; display: flex; align-items: center; justify-content: center; padding: 0 30px; transition: padding 0.3s;}
.header-menu_area:hover > li {padding: 0 45px;}
.header-menu_area > li:hover > a {font-weight: 800; color: var(--main-color);}
.sub-menu {width: 100%; top: 100%; left: 0;}
.sub-menu > .sub {padding: 36px 0; text-align: center;}
.header-menu_area > li > a {font-size: 2.1rem;}
.sub-menu > .sub > ul > li > a {font-size: 1.8rem; font-weight: 500; margin-bottom: 25px;}
.sub-menu > .sub > ul > li > a:hover {color: var(--main-color); font-weight: 500;}

@media screen and (max-width: 1700px) {
	.header_left {gap: 40px;}
	.header-menu_area:hover > li {padding: 0 40px;}
}

@media screen and (max-width: 1600px) {
	.site_title img {width: 240px;}
	.header_inner {padding: 0 60px;}
	.header-menu_area > li {min-width: 140px; padding: 0 30px;}
	.header-menu_area:hover > li {padding: 0 35px;}
}

@media screen and (max-width: 1400px) {
	.header_inner {padding: 0 32px;}
	.header-menu_area:hover > li {padding: 0 30px;}
}

@media screen and (max-width: 1280px) {
	.header_left {gap: 30px;}
	.site_title {padding: 30px 0;}
	.site_title img {width: 200px;}
	.header-menu_area > li {padding: 0 20px; min-width: auto;}
	.header-menu_area:hover > li {padding: 0 20px;}
	.header-menu_area > li > a {font-size: 1.9rem;}
	.sub-menu > .sub > ul > li > a {font-size: 1.6rem;}
}

@media screen and (max-width: 1024px) {
	h1.logo {margin-top: 0;}
	.header_wrap {height: 71px;}
	.header_bottom > .header_inner {padding: 0 32px 0 10px; height: 100%;}
	.site_title {padding: 0;}
	.site_title img {width: 150px;}
	.header-menu_area > li {height: auto;}
	.sub-menu > .sub > ul > li > a {font-size: 1.8rem; margin-bottom: 0;}
	.header_wrap.active .header-menu > .member_list > li:nth-child(3) > button::after {right: 4px;}
}

/* location */
.subNavWrap {width: 100%; position: relative;}
.subNavWrap::before {content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 2000px; height: 1px; background: #dedede;}
.subNavWrap .blindText {position: absolute; width: 1px; height: 1px; clip: rect(0 0 0 0); margin: -1px; overflow: hidden;}
.subNavWrap .locationWrap {display: flex; align-items: center; justify-content: space-between; max-width: 1500px; margin: 0 auto;}
/* ================= Breadcrumb (좌측) ================= */
.breadcrumbArea {display: flex; align-items: center;}
.btnHome {position: relative; display: block; width: 20px; height: 18px; background: url('/humanframe/theme/sea_2026/assets/img/common/home_icon.png') no-repeat; margin-right: 20px; flex-shrink: 0;}
.btnHome::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: -20px; width: 1px; height: 20px; background: #dedede;}
.dropdownWrap {position: relative; height: 100%;}
.btnDropdown {position: relative; display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 20px 30px; font-size: 18px; color: #666666; max-width: 260px; min-width: 200px;}
.btnDropdown::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 20px; background: #dedede;}
.btnDropdown span {overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.btnDropdown img {transition: transform 0.3s;}
/* 메뉴 활성화 상태 */
.dropdownWrap.isActive .btnDropdown img {transform: rotate(180deg);}
/* 아코디언 드롭다운 메뉴 */
.dropdownMenu {display: none; position: absolute; top: 100%; left: -1px; width: calc(100% + 2px); border: 1px solid #dedede; border-top-color: var(--main-color); background: #fff; z-index: 1;}
.dropdownWrap.isActive .dropdownMenu {display: block;}
.dropdownMenu li:not(:last-child) {border-bottom: 1px solid #dedede;}
.dropdownMenu li a {position: relative; display: block; padding: 17px 20px 15px 20px; font-size: 16px; color: #666;}
.dropdownMenu li a[target="_blank"]:before {content: ''; position: absolute; top: 22px; right: 20px; background-image: url('/humanframe/theme/sea_2026/assets/img/common/menu_link.png'); background-repeat: no-repeat; background-size: 100%; width: 12px; height: 12px;}
.dropdownMenu li a[target="_blank"]:hover:before {background-image: url('/humanframe/theme/sea_2026/assets/img/common/menu_link_on.png');}
.dropdownMenu li a:hover {background: #f8f8fa; color: var(--main-color);}
.dropdownMenu li a span {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
/* ================= Utility (우측) ================= */
.utilNav {display: flex; align-items: center;}
.shareWrap {position: relative;}
.shareWrap .btnUtil {display: block; background-repeat: no-repeat; background-position: center; transition: all 0.3s; width: 60px; height: 60px;}
.shareWrap .btnUtil.btnShare {position: relative; background-image: url('/humanframe/theme/sea_2026/assets/img/common/share_icon.png');}
.shareWrap .btnUtil.btnShare::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 0; width: 1px; height: 20px; background: #dedede;}
.shareWrap .btnUtil.btnShare::after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 1px; height: 20px; background: #dedede;}
/* 공유 활성화 상태 */
.shareWrap .btnUtil.btnShare:hover, .shareWrap.isActive .btnUtil.btnShare {background-image: url('/humanframe/theme/sea_2026/assets/img/common/share_icon_on.png');}
.shareWrap.isActive .btnUtil.btnShare::before {height: 100%;}
.shareWrap.isActive .btnUtil.btnShare::after {height: 100%;}
/* SNS 공유 리스트 */
.snsList {display: none; position: absolute; top: calc(100% + 1px); left: 0; width: 100%; background: #fff; border: 1px solid #e5e5e5; border-top: none; z-index: 1;}
.shareWrap.isActive .snsList {display: block;}
.snsList li {border-bottom: 1px solid #dddddd;}
.snsList li:last-child {border-bottom: none;}
.snsList a {display: flex; align-items: center; justify-content: center; width: 100%; height: 40px; background-repeat: no-repeat; background-position: center;}
.snsList a.iconBookmark {background-image: url('/humanframe/theme/sea_2026/assets/img/common/bookmark_icon.png');}
.snsList a.iconBand {background-image: url('/humanframe/theme/sea_2026/assets/img/common/blog_icon.png');}
.snsList a.iconBand {background-image: url('/humanframe/theme/sea_2026/assets/img/common/blog_icon.png');}
.snsList a.iconKakao {background-image: url('/humanframe/theme/sea_2026/assets/img/common/kakao_icon.png');}
.snsList a.iconX {background-image: url('/humanframe/theme/sea_2026/assets/img/common/x_icon.png');}
.snsList a.iconFacebook {background-image: url('/humanframe/theme/sea_2026/assets/img/common/face_icon.png');}
/* 각 SNS 호버 색상 */
.snsList a.iconBookmark:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/bookmark_icon_on.png');}
.snsList a.iconBand:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/blog_icon_on.png');}
.snsList a.iconKakao:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/kakao_icon_on.png');}
.snsList a.iconX:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/x_icon_on.png');}
.snsList a.iconFacebook:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/face_icon_on.png');}
.btnPrint {width: 19px; height: 60px; background-image: url('/humanframe/theme/sea_2026/assets/img/common/print_icon.png'); background-position: center; background-repeat: no-repeat; margin-left: 20px;}
.btnPrint:hover {background-image: url('/humanframe/theme/sea_2026/assets/img/common/print_icon_on.png');}

@media screen and (max-width: 1600px) {
	.subNavWrap .locationWrap {max-width: 100%; padding: 0 60px;}
}

@media screen and (max-width: 1400px) {
	.subNavWrap .locationWrap {padding: 0 32px;}
}

@media screen and (max-width: 1024px) {
	.subNavWrap .locationWrap {padding: 0;}
	.breadcrumbArea {width: 100%;}
	.dropdownWrap:nth-child(4), .dropdownWrap:nth-child(5) {display: none;}
	.dropdownWrap:nth-child(2), .dropdownWrap:nth-child(3) {border-right: 1px solid #dddddd;}
	.btnHome {width: 45px; height: 45px; background-size: 18px; background-position: center; margin-right: 0; border-right: 1px solid #dddddd;}
	.btnHome::before {display: none;}
	.btnDropdown {max-width: none; min-width: 140px; height: 45px; padding: 0 20px; font-size: 16px;}
	.btnDropdown::before {display: none;}
	.btnDropdown img {width: 10px;}
	.dropdownMenu li a {padding: 0 20px; height: 45px; display: flex; align-items: center;}
	.dropdownMenu li a[target="_blank"]:before {top: 15px; right: 8px;}
	.shareWrap .btnUtil, .btnPrint {width: 45px; height: 45px; margin-left: 0; border-right: 1px solid #dddddd;}
	.shareWrap .btnUtil.btnShare {border-left: 1px solid #dddddd;}
	.shareWrap .btnUtil.btnShare::before {display: none;}
	.shareWrap .btnUtil.btnShare::after {display: none;}
}

@media screen and (max-width: 768px) {
	.dropdownWrap {width: 50%; max-width: none; min-width: auto;}
	.dropdownWrap:nth-child(3) {border-right: none;}
	.btnDropdown {width: 100%; min-width: auto;}
}

@media screen and (max-width: 480px) {
	.btnHome {width: 40px; height: 40px;}
	.btnHome::before {right: -10px; height: 12px;}
	.dropdownWrap {max-width: 100%; min-width: auto;}
	.dropdownWrap:last-of-type .btnDropdown::before {display: none;}
	.btnDropdown {height: 40px; padding: 0 10px; font-size: 14px;}
	.dropdownMenu li a[target="_blank"]:before {top: 14px;}
	.btnDropdown::before {height: 12px;}
	.dropdownMenu li a {height: 40px; padding: 0 20px 0 10px; font-size: 14px;}
	.shareWrap .btnUtil, .btnPrint {width: 40px; height: 40px;}
	.shareWrap .btnUtil.btnShare {background-size: 16px;}
	.shareWrap .btnUtil.btnShare::after {right: -7px; height: 12px;}
	.btnPrint {background-size: 16px;}
}

/* btn */
a.btn {display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 20rem; height: 5.8rem; border: 1px solid var(--main-color); color: var(--main-color); font-weight: 700; transition: all 0.3s;}
a.btn:hover {color: #fff; background-color: var(--main-color);}
a.btn p {position: relative; width: max-content; padding-right: 20px;}
a.btn.go p {padding-right: 23px;}
a.btn p::before {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 0; background-image: url('/humanframe/theme/sea_2026/assets/img/common/down_icon.png'); background-repeat: no-repeat; background-size: 100%; width: 14px; height: 16px; transition: all 0.3s;}
a.btn:hover p::before {background-image: url('/humanframe/theme/sea_2026/assets/img/common/down_icon_hover.png');}
a.btn.go p::before {background-image: url('/humanframe/theme/sea_2026/assets/img/common/link_icon.png'); transform: translateY(0); top: 5px;}
a.btn.go:hover p::before {background-image: url('/humanframe/theme/sea_2026/assets/img/common/link_icon_hover.png');}
a.btn_sm {display: flex; align-items: center; justify-content: center; padding: 0.7rem 1.1rem 0.5rem 1.1rem; border-radius: 0.5rem; border: 1px solid #dddddd; font-size: 1.6rem; color: var(--main-color); transition: all 0.3s;}
a.btn_sm:hover {background: var(--main-color); color: #fff; border-color: var(--main-color);}
a.btn_sm p {position: relative; width: max-content; padding-right: 17px;}
a.btn_sm p::before {content: ''; position: absolute; top: 4px; right: 0; background-image: url('/humanframe/theme/sea_2026/assets/img/common/link_icon_sm.png'); width: 12px; height: 12px; background-size: 100%; background-repeat: no-repeat; transition: all 0.3s;}
a.btn_sm:hover p::before {background-image: url('/humanframe/theme/sea_2026/assets/img/common/link_icon_sm_hover.png');}

@media screen and (max-width: 768px) {
	a.btn {width: 16rem; height: 4.8rem;}
	a.btn_sm {gap: 0.5rem; padding: 0.5rem 0.9rem 0.3rem 0.9rem; font-size: 1.4rem;}
	a.btn.go p::before {top: 3px;}
}

/* table */
.tableCol, .tableMt, .tableColRow {border-left: none;}
.tableCol {margin-top: 0; border-top: 1px solid #121212; border-bottom: 1px solid #dddddd;}
.tableCol thead th {border-top: 1px solid #121212;}
.tableCol thead th, .tableCol tbody th {font-weight: 600; background: #f8f8fa;}
.tableCol tbody td, .tableCol tbody th, .tableCol thead th, .tableColRow tbody td, .tableColRow tbody th, .tableColRow thead th, .tableMt tbody td, .tableMt tbody th, .tableMt thead th {border-right: 1px solid #dddddd;}
.tableCol > tbody > tr:first-child > th, .tableCol > tbody > tr:first-child > td {border-top: 1px solid #dddddd;}
.tableCol > tbody > tr td:last-child, .tableCol thead th:last-child {border-right: none;}


@media screen and (max-width: 768px) {
	.boardList thead th:nth-child(2) {background: #f6f6f7;}
}