@charset "utf-8";
/* Header */
#waveCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 150px;
  z-index: 0;
  pointer-events: none;
  display: block;
}



.bh .header_wrap {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.03);
	z-index: 101;
}
.bh .header_wrap.ab {
	position: absolute;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.26);
	border-bottom: 0;
}
.bh .header_top {
	position: relative;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
}
.bh .header_top .top_menu {
	float: right;
}
.bh .header_top .top_menu > ul {
	list-style-type: none;
	overflow: hidden;
	padding: 4px 0;
	margin: 0 auto 2px auto;
}
.bh .header_top .top_menu > ul > li {
	float: left;
	text-align: center;
}
.bh .header_top .top_menu > ul > li > a {
	color: #888;
	font-size: 13px;
	font-weight: 300;
}
.bh .header_top .top_menu > ul > li > a:hover {
	color: #333;
}
.bh .header_top .top_menu > ul > li > a::after {
	content: "|";
	display: inline-block;
	color: #e0e0e0;
	vertical-align: top;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin-top: 4px;
}
.bh .header_top.style-black .top_menu > ul > li > a {
	color: #ececec;
	font-size: 13px;
	/*padding: 0 15px;*/
}
.bh .header_top.style-black .top_menu > ul > li:last-child > a {
	padding-right: 0;
}
.bh .header_top.style-black .top_menu > ul > li > a:hover {
	color: #ffffff;
}
.bh .header_top.style-black .top_menu > ul > li > a::after {
	content: "|";
	display: inline-block;
	color: #e0e0e0;
	vertical-align: top;
	font-size: 12px;
	padding: 0 10px 0 10px;
	margin-top: 4px;
}
.bh .header_top .top_menu > ul > li:last-child > a::after {
	content: "";
	padding-right: 0;
	padding-left: 0;
}
.bh .header_top .top_menu > ul > li:last-child > a > span {
	/*font-weight: 400;
	background-color: #eb1c24;
	border-radius: 6px;
	padding: 3px 9px 4px 9px;*/
}

.bh .header {
	position: relative;
}
.bh .logo {
	float: left;
	min-height: 44px;
	margin: 10px 0;
}
.bh .logo a {
	display: inline-block;
	color: #333333;
}
.bh .logo a img {
	vertical-align: top;
}

/* bh_search */
.bh .bh_search {

}
.bh .bh_search > form {
	position: relative;
	float: left;
	width: 34%;
	height: 50px;
	padding-top: 5px;
	margin: 0 2%;
}
.bh .bh_search > form input[type="text"] {
	position: absolute;
	width: 50%;
	height: 30px;
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 4px 8px;
}
.bh .bh_search > form input[type="text"]:focus {
	outline: none;
}
.bh .bh_search > form button[type="submit"] {
	position: absolute;
	left: 120px;
	width: 30px;
	height: 30px!important;
	font-size: 12px;
	background: #ccc;
	border: none;
	padding: 4px!important;
	transition: all .3s ease-in;
	outline: none;
}
.bh .bh_search > form input[type="text"] {
	width: 120px;
	border-right: none;
	transition: all .3s ease-in;
}
.bh .bh_search > form input[type="text"]:focus {
	width: 220px;
}
.bh .bh_search > form input[type="text"]:focus ~ button[type="submit"] {
	left: 220px;
	color: #fff;
	background-color: #f17b4d;
	border-radius: 0 50% 50% 0;
}
.bh .bh_search2 {
	position: absolute;
	top: 50%;
	right: 50%;
	margin: -15px -100px 0 0;
}
.bh .bh_search2 input[type="text"] {
	float: left;
	width: 230px;
	height: 38px;
	font-weight: 400;
	border: 3px solid #ddd;
	border-radius: 2px;
	padding: 5px 10px;
	outline: none;
}
.bh .bh_search2 input[type="text"]:focus{
	color: #6b3cbf;
}
.bh .bh_search2 button[type="submit"] {
	position: absolute;
	right: -36px;
	width: 40px;
	height: 38px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #ddd;
	cursor: pointer;
	outline: none;
}
.bh .bh_search2 button[type="submit"] img {
	vertical-align: middle;
}
.bh .bh_search3 {
	margin-top: 20px;
	margin-left: 50px;
}
.bh .bh_search3 > form {
	position: relative;
}
.bh .bh_search3 > form input[type="text"] {
	width: 360px;
	height: 38px;
	font-size: 14px;
	font-weight: 400;
	border: 3px solid #f2f3f6;
	border-radius: 0;
	background-color: #f2f3f6;
	padding: 5px 10px;
	outline: none;
}
.bh .bh_search3 > form input[type="text"]:focus{
	color: #6b3cbf;
}
.bh .bh_search3 > form button[type="submit"] {
	position: absolute;
	left: 360px;
	width: 40px;
	height: 38px;
	border: 1px solid #f2f3f6;
	border-radius: 0;
	background-color: #f2f3f6;
	cursor: pointer;
	outline: none;
}
.bh .bh_search3 > form button[type="submit"] img {
	vertical-align: middle;
}
.bh .bh_search3 .search_keyword_wrap {
	margin-top: 1px;
}
.bh .bh_search3 .search_keyword_wrap > span {
	color: #6b6b6b;
	font-size: 11px;
	font-weight: 600;
}

.bh .bh_search3 .search_keyword_wrap .search_keyword {
	color: #9e9e9e;
	font-size: 11px;
	padding: 0 5px;
}
.bh .bh_search3 .search_keyword_wrap .search_keyword:hover {
	text-decoration: underline;
}

/* Menu */
.bh .menu_wrap > ul > li {
	display: inline-block;
	text-align: center;
	/*position: relative;*/
}
.bh .menu_wrap ul {
	list-style-type: none;
	/*overflow: hidden;*/
	padding: 0;
	margin: 0 auto;
}
.bh .menu_wrap .menu_dropdown-content {
	display: none;
	position: absolute;
}
.bh .menu_wrap .menu_dropdown-content ul {
	display: none;
}
.menu_wrap .menu_dropdown:hover > .menu_dropdown-content, .menu_wrap .menu_dropdown:active > .menu_dropdown-content, .menu_wrap .menu_dropdown:focus > .menu_dropdown-content, .menu_wrap .menu_dropdown a:hover ~ .menu_dropdown-content, .menu_wrap .menu_dropdown a:active ~ .menu_dropdown-content, .menu_wrap .menu_dropdown a:focus ~ .menu_dropdown-content, .menu_wrap .menu_dropdown menu_dropdown-content:hover, .menu_wrap .menu_dropdown menu_dropdown-content:active, .menu_wrap .menu_dropdown menu_dropdown-content:focus {
	display: block;
}
.bh .main_menu {
	position: relative;
	background: none;
	/*border-top: 1px solid #ddd;*/
	/*border-bottom: 1px solid #cacaca;*/
	z-index: 2;
}
.bh .main_menu > ul > li::after {
	content: "|";
	color: #e0e0e0;
	display: inline-block;
	vertical-align: middle;
	margin-top: -7px;
	font-size: 12px;
	display: none;
}
.bh .main_menu > ul > li:last-child::after {
	content: "";
}
.bh .main_menu > ul > li:after {
	content: "";
	position: absolute;
	top: 34px;
	left: 0;
	display: block;
	width: 1px;
	height: 12px;
	background: #929292;
	display: none;
}
.bh .main_menu > ul > li:first-child:after, .bh .main_menu > ul > li:last-child:after {
	display: none;
}
.bh .main_menu > ul > li > a {
	display: inline-block;
	color: #231f20;
	/*font-family: 'NanumSquare'!important;*/
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0rem;
	text-align: center;
	line-height: 1;
	padding: 25px 27px 18px 27px;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	-ms-transition: all 100ms;
	transition: all 100ms;
}
.bh .main_menu > ul > li:not(.fl-r):last-child > a {
	padding-right: 0;
}
.bh .main_menu > ul > li.active > a {
	color: #0052cc;
}
.bh .main_menu > ul > li > a:hover {
	color: #0052cc;
}
.bh .main_menu > ul > li > a::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0052cc;
	margin-top: 10px;
	transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
}
.bh .main_menu > ul > li > a:hover::after {
	transform: scale3d(0, 0, 0);
	transform-origin: 0% 50%;
}
.bh .main_menu > ul > li.active > a::after {
	transform: scale3d(0, 0, 0);
	transform-origin: 0% 50%;
}
.bh .main_menu .menu_dropdown-content {
	display: none;
	position: absolute;
	min-width: 155px;
	background-color: #fff;
	z-index: 1000;
	filter: alpha(opacity=95);
	opacity: 0.95;
	*zoom: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	padding: 10px 0;
	white-space: nowrap;
}
.bh .main_menu .menu_dropdown-content > li {
	position: relative;
	padding: 0 10px;
}
.bh .main_menu .menu_dropdown-content > li > a {
	display: inline-block;
	width: 100%;
	color: #666;
	text-align: left;
	line-height: 1;
	padding: 11px 35px 11px 10px;
}
.bh .main_menu .menu_dropdown-content > li:hover > a {
	color: #fff;
	background-color: #0052cc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bh .main_menu .menu_dropdown-content > li > a:after {
	position: absolute;
	top: 14px;
	right: 15px;
	content: '\e60d';
	font-family: "xeicon";
	font-size: 13px;
	text-decoration: none;
	padding: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bh .main_menu .menu_dropdown-content > li > a:only-child:after {
	content: '';
}
.bh .main_menu .menu_dropdown-content > li:hover > a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.bh .main_menu .menu_dropdown-content ul {
	display: none;
	top: -10px;
	right: auto;
	left: 100%;
	margin-left: 1px;
}
/* 메인 오른쪽 메뉴 */
.bh .main_menu > ul > li.fl-r > a {
	
}
.bh .main_menu > ul > li.fl-r > a:hover {
	
}
.bh .main_menu > ul > li.fl-r > a:hover::after {
	display: none;
}
.bh .main_menu > ul > li.fl-r.active > a::after {
	display: none;
}
/* lang */
.bh .select_lang {
	display: inline-block;
	/*border: 1px solid rgba(221, 221, 221, 0.6);*/
	padding: 8px 10px 5px 12px;
	margin: 0;
}
.bh .select_lang a {
	color: #888;
}
.bh .select_lang img {
	vertical-align: middle;
	margin: -4px 0 0 6px;
}
.bh .select_lang_dropdown {
	display: inline-block;
	margin: 0;
}
.bh .select_lang_dropdown > a {
	display: inline-block;
	color: #666;
	font-family: 'NanumSquare'!important;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 25px 10px 15px 10px;
	-webkit-transition: all 100ms;
	-moz-transition: all 100ms;
	-o-transition: all 100ms;
	-ms-transition: all 100ms;
	transition: all 100ms;
}
.bh .select_lang_dropdown > a > i {
	vertical-align: middle;
	margin-left: 3px;
}
.bh .select_lang_dropdown .triangle {
	display: none;
	position: absolute;
	top: 46px;
	right: 2px;
	width: 30px;
	height: 14px;
	background: transparent;
	z-index: 2;
	overflow: hidden;
}
.bh .select_lang_dropdown .triangle:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius:2px 0px 0px 0px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	transform: rotate(45deg) translateY(0px) translatex(10px);
	z-index: 20;
}
.bh .select_lang_dropdown:hover .triangle {
	display: block;
}
.bh .select_lang_dropdown > ul.select_lang_dropdown-content {
	display: none;
	position: absolute;
	right: -10px;
	background-color: #fff;
	z-index: 1000;
	filter: alpha(opacity=95);
	opacity: 0.95;
	*zoom: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 10px 10px 6px 8px;
	z-index: 1;
}
.bh .select_lang_dropdown > ul.select_lang_dropdown-content > li > a {
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 13px;
	text-align: left;
	line-height: 1;
	padding: 5px 10px;
}
.bh .select_lang_dropdown > ul.select_lang_dropdown-content > li > a > img {
	vertical-align: middle;
	margin-top: -4px;
}
.bh .select_lang_dropdown:hover ul.select_lang_dropdown-content, .bh .select_lang_dropdown:active ul.select_lang_dropdown-content, .bh .select_lang_dropdown:focus ul.select_lang_dropdown-content {
	display: block;
}
.bh .select_lang_dropdown:hover > ul.select_lang_dropdown-content > li a:hover, .bh .select_lang_dropdown:hover > ul.select_lang_dropdown-content > li a.active {
	color: #146c78;
}
.bh .menu_search_wrap {
	display: inline-block;
	/*border: 1px solid rgba(221, 221, 221, 0.6);*/
	padding: 8px 10px 5px 12px;
	margin: 0;
}
.bh .menu_search_wrap a {
	color: #888;
}
.bh .menu_search_wrap img {
	vertical-align: middle;
	margin: -4px 0 0 6px;
}
.bh .menu_search_wrap .menu_search_b {
	display: none;
}

/* right_icon_menu */
.bh .right_icon_menu {
	margin-top: -7px;
}
.bh .right_icon_menu ul li {
	display: inline-block;
	padding: 0 10px;
}
.bh .right_icon_menu ul li:last-child {
	padding-right: 0;
}
.bh .right_icon_menu ul li .btn_bg {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	background-color: #222;
	padding: 4px 20px;
	border-radius: 20px;
}
.bh .right_icon_menu ul li i {
	font-size: 25px;
	vertical-align: middle;
	margin-top: -4px;
}

/* bh_search_wrap */
.bh_search_wrap {
	display: none;
	background-color: rgb(255 255 255 / 60%);
	padding: 20px 0;
}
.bh_search_wrap > div {
	position: relative;
	padding-right: 100px;
}
.bh_search_wrap form {
	padding: 20px 0;
}
.bh_search_wrap form {
	position: relative;
}
.bh_search_wrap form input[type="text"] {
	width: 100%;
	height: 60px;
	font-size: 14px;
	font-weight: 400;
	border: 3px solid #f2f3f6;
	border-radius: 0;
	background-color: #f2f3f6;
	padding: 5px 10px;
	outline: none;
}
.bh_search_wrap form input[type="text"]:focus{
	color: #e27004;
}
.bh_search_wrap form button[type="submit"] {
	position: absolute;
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #f2f3f6;
	border-radius: 0;
	background-color: #f2f3f6;
	cursor: pointer;
	outline: none;
}
.bh_search_wrap form button[type="submit"] > i {
	font-size: 40px;
}
.bh_search_wrap form button[type="submit"] img {
	vertical-align: middle;
}
.bh_search_wrap .btn-close {
	position: absolute;
	top: 50%;
	right: 20px;
	color: #ccc;
	font-size: 0;
	background: none;
	border: 0;
	margin-top: -25px;
	cursor: pointer;
}
.bh_search_wrap .btn-close > i {
	font-size: 50px;
	vertical-align: middle;
}

/* mobile_heder */
.mobile_heder_wrap {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}
.mobile_header_top {
	position: relative;
	background-color: #333;
	width: 100%;
	height: 150px;
	left: 0;
	top: 0;
	z-index: 6;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
.mobile_header_top .mobile_logo {
	position: relative;
	top: 9px;
	width: 233px;
	height: 100px;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;  /* 부모 요소를 기준으로 수평 가운데 정렬 */
}
.mobile_header_top .mobile_logo > a {
	display: inline-block;
	color: #000;
	margin: 0;
	vertical-align: middle;  /* 세로 가운데 정렬 */
}
.mobile_header_top .mobile_logo img {
	width: auto; /* 가로 크기 부모 요소에 맞게 */
	height: auto; /* 세로는 비율에 맞춰 자동 설정 */
	max-height: 150px; /* 세로 크기 최대값 고정 */
	
}
.mobile_header_top .mobile_menu_btn {
	position: absolute;
	top: 13px;
	left: 13px;
	height: 24px;
	width: 24px;
	
}
.mobile_header_top .mobile_menu_btn img {
	max-width: 100%;
}
.mobile_header_top .mobile_act_btn {
	position: absolute;
	top: 13px;
	right: 13px;
	height: 24px;
	width: 24px;
}
.mobile_header_top .mobile_act_btn img {
	max-width: 100%;
}
.mobile_header_top .mobile_act_btn.mobile_menu_search {
	top: 14px;
	right: 13px;
	height: 20px;
	width: 20px;
}
@media (max-width: 992px) {
	.bh .body {
		padding-top: 50px;
	}
}

/* bh_m_search */
.bh_m_search_wrap {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 1px;
	z-index: 10;
}
.bh_m_search_wrap > form {
	position: relative;
	background: url('img/m_header_search_b.png') no-repeat 7px 5px;
	background-size: 20px 20px;
	border: 1px solid #ccc;
	padding: 0 34px 0 33px;
	margin: 7px 61px 7px 14px;
}
.bh_m_search_wrap > form input[type="text"] {
	width: 100%;
	height: 29px;
	border: 0;
	padding: 0;
}
.bh_m_search_wrap > form input[type="text"]:focus {
	outline: none;
}
.bh_m_search_wrap > form .btn-delete {
	position: absolute;
	right: 7px;
	top: 5px;
	width: 20px;
	height: 20px;
	border: 0;
	font-size: 0;
	text-indent: 100%;
	white-space: nowrap;
	background: url('img/btn_delete.png') no-repeat 0 0;
	background-size: 20px 20px;
	cursor: pointer;
	overflow: hidden;
}
.bh_m_search_wrap > form .btn-delete:focus {
	outline: none;
}
.bh_m_search_wrap .btn-close {
	position: absolute;
	right: 14px;
	top: 7px;
	width: 40px;
	height: 31px;
	font-size: 12px;
	line-height: 31px;
	text-align: center;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	padding: 0;
	margin: 0;
	outline-style: none;
	cursor: pointer;
}
.bh_m_search_wrap .search_keyword_wrap .bh_search_tab > ul {
	font-size: 13px;
	line-height: 14px;
	word-break: break-all;
	border-top: 1px solid #ececec;
}
.bh_m_search_wrap .search_keyword_wrap .bh_search_tab > ul > li {
	min-height: 36px;
	text-align: center;
	background-color: #fff;
}
.bh_m_search_wrap .search_keyword_wrap .bh_search_tab > ul > li a {
	display: block;
	height: 100%;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	padding: 10px 10px;
}
.bh_m_search_wrap .search_keyword_wrap .bh_search_tab > ul > li a.active {
	color: #222;
	font-weight: 600;
	background-color: #fff;
	border-bottom: #fff;
}
.bh_m_search_wrap .search_keyword_wrap .bh_search_tab > ul > li:first-child a {
	border-left: 0;
}
.bh_m_search_wrap .search_keyword_wrap .search_keyword {
	background: #fff;
}
.bh_m_search_wrap .search_keyword_wrap .search_keyword > ul {
	font-size: 0;
	text-align: left;
	border-bottom: 1px solid #d5d5d5;
	overflow-y: auto;
}
.bh_m_search_wrap .search_keyword_wrap .search_keyword > ul > li {
	position: relative;
	display: block;
	vertical-align: bottom;
	border-bottom: 1px solid #eaeaea;
}
.bh_m_search_wrap .search_keyword_wrap .search_keyword > ul > li a {
	display: inline-block;
	color: #1b1b1b;
	font-size: 13px;
	padding: 9px 0 11px 14px;
}
.dimmed {
	display: none;
	position: fixed;
	left: 0px;
	top: 0;
	right: 0px;
	bottom: 0px;
	z-index: 9;
	background: rgba(0,0,0,0.7);
}

.mobile_header_menu {
	overflow: hidden;
}
.mobile_header_menu .owl-carousel.owl-menu {
	height: 45px;
	border-bottom: 1px solid #ddd;
}
.mobile_header_menu li {
	height: 100%;
}
.mobile_header_menu li > a {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: -1px;
	text-align: center;
	white-space: nowrap;
}
.mobile_header_menu li > a > span {
	display: inline-block;
	position: relative;
	height: 45px;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	padding: 14px 2px 12px 1px;
}
.mobile_header_menu li.on > a > span {
	font-weight: 600;
}
.mobile_header_menu li.on > a > span::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #333;
}

.mobile_header_menu_sub {
	overflow: hidden;
}
.mobile_header_menu_sub .owl-carousel.owl-menu-sub {
	height: 40px;
	background: #fafafa;
	border-bottom: 1px solid #ddd;
}
.mobile_header_menu_sub li {
	height: 100%;
}
.mobile_header_menu_sub li > a {
	position: relative;
	display: inline-block;
	padding: 0 6px;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: -1px;
	text-align: center;
	white-space: nowrap;
}
.mobile_header_menu_sub li > a > span {
	display: inline-block;
	position: relative;
	height: 40px;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	padding: 13px 2px 12px 1px;
}


/* 모바일 슬라이드메뉴 */
.fix_mobile{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.8);display:none;z-index:101;}
.none_mobile_menu{overflow:hidden;}
.mm_mobile_menu{position:fixed;width:0;height:100%;left:0;top:0;z-index:10000;white-space:nowrap;}
.mm_search_menu{position:fixed;width:0;overflow:hidden;height:100%;right:0;top:0;bottom:0;z-index:10000;white-space:nowrap;background:#f9f9f9;}
.top-mm-menu{padding-right:45px;position:relative;height:55px;background:#fff;}
.bh .top_login{margin:0;padding:10px 5px 0 5px;list-style:none;width:255px;}
.top_login li{float:left;width:50%;}
.top_login a{height:auto;line-height:25px;display:block;font-size:14px;padding:5px 0px 5px 0px;background:#222;color:#fff;text-align:center;margin:0 5px;}
.top_login a.login_A{color:#fff;}
.mm_mobile_menu .mobile_menu_act{position:absolute;top:9px;background:#fff; color:#000;}
.in_mobile_act{display:block;text-decoration:none;font-weight:bold;font-size:24px;text-align:center;left:auto;right:13px;top:13px;}
.mobile_search{display:block;color:#fff;text-decoration:none;font-weight:bold;font-size:16px;text-align:center;left:12px;text-indent:-9999px;overflow:hidden;background:url(../img/close.png) no-repeat 50% 50%;background-size:17px;}
#mm-menu{display:block;padding:0;width:320px;overflow:auto;background:#fff;top:55px;bottom:0;position:absolute;box-sizing:border-box;-webkit-overflow-scrolling:touch;}
.wrap_custom{border:10px solid #f1f1f1;padding:20px;padding-right:0;}
.wrap_custom_h2{margin:0;padding:0;line-height:28px;font-size:23px;font-weight:600;color:#9a7e56}
.wrap_custom_h2 span{display:block;font-size:14px;color:#222;position:relative;margin-bottom:10px;}
.wrap_custom_h2 span:after{content:"";display:block;width:21px;height:1px;background:#333;position:absolute;left:0;bottom:-2px;}
.wrap_custom_div{line-height:20px;padding-top:7px;}
.wrap_custom_div h3{margin:0;margin-bottom:10px;padding:0;color:#9a7e56;line-height:28px;font-size:18px;font-weight:600;}
.wrap_custom_div span{font-weight:600;color:#333;}
.wrap_custom img{float:left;margin-right:15px;width:60px;}
.in-mm-menu{width:280px;padding-left:20px;}
.mm-list{margin:0;padding:5px 0;list-style:none;}
.mm-list-li{position:relative}
.mm-list-li_last{border:0;}
.mm_a{display:inline-block;font-size:15px;text-align:left;padding:8px 14px;line-height:24px;}
.mm_a i{padding-right:5px;position:relative;top:1px;}
.mm-list ul{margin:0;padding:0;list-style:none;}
.mm-list a{text-decoration:none;}
.mm-list ul{display:none;background:#f6f6f6;padding:5px 0;border-bottom:0;border-right:0;position:relative;z-index:1;}
.mm-list ul ul{padding:0;display:block;border:0;margin:0 20px 10px 15px;}
.mm-list .active  ul{display:block;}
.mm-list ul li{line-height:32px;}
.mm-list ul ul li{line-height:24px;border:0;padding-left:10px}
.mm-list ul li a{font-size:15px;padding-left:14px;display:block;padding:3px 0 3px 15px;}
#mm-menu .mm-list ul li li a{color:#777;font-size:13px;padding-left:10px;}
.Nav_i{position:absolute;width:42px;height:42px;border:0;padding:0;margin:0;right:0;top:-1px;cursor:pointer;outline:none;background:none;color:#666 !important;font-size:18px;z-index:2;}
.mm-list .hover{}
.Nav_i .xi-angle-up{display:none;}
.hover .xi-angle-up{display:block;} 
.hover .xi-angle-down{display:none;} 
#mm-menu a{color:#333;}
.mm-list ul i{margin-right:5px;position:relative;top:1px;}
.mm_lang{color:#111;}
.mm-list .selectLang a{font-family:Arial,Helvetica,sans-serif;}
.wrap-mm-list_sns{text-align:center;}
.mm-list_sns{margin:0;padding:0;list-style:none;display:inline-block;*display:inline;}
.mm-list_sns li{float:left;padding:10px;}
.mm-list_sns i{font-size:24px;}


@media (max-width: 992px) {
	.header_wrap {
		display: none;
	}
	.mobile_heder_wrap {
		display: block!important;
	}
	#waveCanvasMobile {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100px; /* 필요 시 조절 */
  z-index: 1; /* 로고보다 뒤로 */
  pointer-events: none;
}

/* 마지막에 이렇게 추가 */
.mobile_header_top .mobile_menu_btn img,
.mobile_header_top .mobile_act_btn img {
  filter: brightness(0) invert(0) !important;
}
.mobile_header_top .mobile_logo {
  width: auto !important;        /* 고정 233px 해제 */
  max-width: 100%;               /* 모바일 화면에 맞게 */
  height: auto;                  /* 높이는 로고 이미지로 자동 결정 */
  text-align: center;
}
.mobile_header_top .mobile_logo img {
  height: 120px !important;
  width: auto !important;  /* 비율 유지 */
  max-height: none !important; /* 기존 제한 해제 */
}


}