@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: #6abc00;
  --dark-color: #69a218;
  --light-color:#76c900;
}


* {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;
}
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:#f7f7fa;
}
.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;
	margin-bottom:22px;
	font-size:1.5rem;
	line-height:1em;
}
.sub-menu > .sub > ul > li > a:hover{
	text-decoration:underline;
	font-weight:800;
}
.sub-menu > .sub > ul > li > .sub{
	display:none;
}
.sub-menu > .sub > ul > li .sub-menu {
	display: none;
}
/*---------------------------header*/

/*---------------------------content*/
#container{
	padding-top:153px;
}
/*---------------------------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;
}
.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;
}
.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%;
}
.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%;
}
.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/officehome/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*/

@media screen and (max-width: 1560px){
	.footer_inner,
	.header_inner{
		max-width:inherit;
		padding:0 60px;
	}
}
@media screen and (max-width: 1284px){
	.footer_inner,
	.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,
	.header-menu_area.on::after{
		display:none;
	}
	.header-menu_area > li.active > a{
		color:var(--dark-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-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: auto;
	    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;
	}
	.footer_logo{
		margin-bottom:24px;
		width:100px;
		height:26px;
	}
	.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;
	}
	.footer_inner{
		padding:0 20px;
	}
	.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;
	}
}
@media screen and (max-width: 680px){
	.footer_top > .footer_inner{
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}
	.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;
	}
	
}