@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap'); */
@font-face {
    font-family: 'times';
    /* 自定义字体名称 */
    font-weight: bold;
    src: url('../fonts/times.ttf') format('truetype');
    /* 字体文件路径和格式 */

}


/*Common*/
*{margin:0;padding:0;box-sizing:border-box;}
html,body{width:100%;height:100%}
html{overflow-y:scroll}
body{background-color:#fff;word-break:keep-all;
-webkit-text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;-ms-text-size-adjust: 100% !important;}
body{
	color:#222;
	font-family:"times",sans-serif; word-break: keep-all;
	font-size:18px;font-weight:normal
}
#header .logo{ margin-top: -5px;}
.btnViewMore>span,.sec6 .conwrap>div.news ul li .cate{text-transform: uppercase;font-size: 16px;
	color: #000;
	font-weight: 700;}
.language .dropdown{ position: relative;}
.language .dropdown:hover .dropdown-menu{ display: block;}
.dropdown-menu{position: absolute;
    top: 97%;
    left: -50px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}
	#header.scroll .icoslang,#header.on .icoslang{
		filter: grayscale(100%) brightness(0%);
	}
	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: 400;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}
img,fieldset,iframe{border:0 none}
ul,ol,li{list-style:none}
em,address{font-style:normal}
img,input,select,textarea{vertical-align:middle}
a{color:#555;text-decoration:none;cursor:pointer}
a:hover{color:#333;text-decoration:none}
button,label{cursor:pointer;_cursor /**/:hand}
button *{position:relative}
textarea{overflow:auto}
option{padding-right:6px}
.input_text, textarea{*margin:-1px 0;padding-right:1px}
.input_check, .input_radio{width:13px;height:13px}
.blind, legend, caption{text-indent:-9999px;font-size:0;line-height:0;overflow:hidden}
hr{display:none}
legend{*width:0}
:root legend{margin-top:-1px;font-size:0;line-height:0}
caption{*line-height:0}
img{max-width:100%;}
.erwtbox {
    display: none;
    position: absolute;
    top: -180px;
    width: 150px;
    z-index: 3;
}

.socailafooter a {
    position: relative;
}

.socailafooter a:hover .erwtbox,
.social-icons a:hover .erwtbox {
    display: block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
/*test*/
.test1{border:1px solid red}
.test2{background:#4f7beb}
.solgan span{ display: block;}


/* ::-webkit-scrollbar {
    width: 5px;
    height: 4px;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #1D2087;
} */

/*로딩 이미지*/
#loading_img{text-align:center;display:none;width:100%;margin:10px 0px 10px 0px;}

/* popup */
.pop_today_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}
.pop_close{padding:1px 7px 3px 7px;color:#ffffff;background:#303030;vertical-align:middle;border:0px;}

@media(max-width:767px){
	/* 메인 레이어 팝업 */
	.main_layer_popup{width:96%!important;left:50%!important;top:50px!important;transform:translateX(-50%)}
	.main_layer_popup .popupContent{height:100%!important}
	.main_layer_popup img{width:100%}
}





/* header */
/*导航下拉菜单样式new*/
.submenu-item .iconl img{ width: 15px;}
 /* 一级菜单栏 (水平) */
 .nav-menu {
    display: flex;
    list-style: none;
    gap: 0.25rem;
    margin: 0;
    padding: 0;
}

/* 所有菜单项公用基础 */
.nav-item {
    position: relative;
}

/* 菜单链接样式 */
.nav-link {
    display: block;
    padding: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #1e2f3e;
    text-decoration: none;
    /* border-radius: 40px; */
    transition: all 0.25s ease;
    background: transparent;
    white-space: nowrap;
    cursor: pointer;
}

/* 一级菜单悬停/激活效果 */
/* .nav-item:hover > .nav-link {
    background: #ffffff;
    color: #0a5c7e;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
} */

/* 公共子菜单面板 - 垂直布局 */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #ffffff;
    padding: 0.6rem 0;
    list-style: none;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.02);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    z-index: 100;
    backdrop-filter: blur(0px);

}

/* 显示子菜单 - 悬停触发 */
.nav-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/* 二级及更深层子菜单项样式 */
.submenu-item {
    position: relative;
}

.submenu-link {
    display: flex;
    align-items: center;
    padding: 0.36rem 1.2rem 0.36rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #1f3b4a;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
    cursor: pointer;
}

.submenu-link:hover,.submenu-item.li1:hover .submenu-link.a1,.submenu-item.li2:hover .submenu-link.a2 {
    background: #eef5fc;
    color: var(--i_color2);
}

/* 三级、四级菜单右箭头指示器 (如果有子菜单) */
.has-children > .submenu-link::after {
    content: "›";
    font-size: 1.2rem;
    font-weight: 600;
    margin-left: 1.2rem;
    transition: transform 0.2s;
    color: #7f8c8d;
}

.has-children:hover > .submenu-link::after {
    transform: translateX(3px);
    color: #0077b6;
}

/* 三级菜单 (相对于二级菜单的右侧弹出) */
.submenu .submenu {
    top: 0;
    left: 100%;
    min-width: 220px;
    margin-left: 6px;
    transform: translateX(-8px) translateY(0px);
}

/* 三级菜单悬停显示 */
.submenu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px) translateY(0px);
}

/* 四级菜单同理 (四级相对于三级) */
.submenu .submenu .submenu {
    left: 100%;
    top: 0;
}

/* 调整更深层的边距及微调 */
.submenu .submenu .submenu .submenu-link {
    font-size: 0.9rem;
}

/* 为了让四级菜单保持优雅，同时当层级过深时防止超出视口，左边界自动适应（基本够用） 
   如果靠近右侧边缘，会有反向定位逻辑？此例中通过body居中+右侧空间够用，同时我们增加简单JS保证完全可见(可选)。
   但为了极致体验，添加一个轻量级js调整超出屏幕的情况(但非必须，使用右开菜单通常够用) 
   由于菜单显示在container内，一般不会溢出右侧，为保险加上溢出检测的辅助脚本。 */

/* 添加一个小修饰：箭头图标平滑 */
.submenu-link i {
    font-style: normal;
}

/* 让第四级菜单也有漂亮过渡 */
.submenu .submenu .submenu {
    transform: translateX(-6px);
}

.submenu-item:hover > .submenu {
    transform: translateX(0px);
}

/* 响应式: 小屏幕时菜单可滚动 (保留优雅) */
@media (max-width: 860px) {
    body {
        align-items: flex-start;
        padding: 1rem;
    }
    .menu-container {
        width: 100%;
        overflow-x: auto;
        border-radius: 28px;
    }
    .nav-menu {
        width: max-content;
    }
}

/* 高亮装饰 */
.nav-link:active {
    transform: scale(0.97);
}

/* 优化悬停区域，增加子菜单和父项之间的衔接间隙防丢失 (无间隙悬停) */
.submenu {
    margin-top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* 二级菜单与一级菜单衔接区域完全连续，避免鼠标移动到子菜单时突然消失 */
.nav-item {
    /* 保证从link移动到submenu时不丢失悬停 */
}

/* 让子菜单与父菜单项之间没有空隙 */
.nav-item > .submenu {
    top: calc(100% - 6px);
    padding-top: 10px;
}

/* 对于更深层，让子菜单与当前菜单项无缝 */
.submenu-item > .submenu {
    top: -8px;
    margin-left: 0;
}

/* 增加视觉指示: 有子菜单的父级加小点提示 (可选) */
.has-children > .nav-link::after,
.has-children.submenu-item > .submenu-link::after {
    /* content: "▾"; */
    font-size: 0.75rem;
    margin-left: 6px;
    opacity: 0.7;
    vertical-align: middle;
    display: inline-block;
}
/* 一级菜单有子菜单的下拉箭头替换样式 不冲突 */
.nav-item.has-children > .nav-link::after {
    /* content: "▾"; */
    font-size: 0.75rem;
    margin-left: 6px;
    transition: transform 0.2s;
}
/* .nav-item.has-children:hover > .nav-link::after {
    transform: rotate(180deg);
} */
/* 二级及以上箭头为右箭头保持原有after (之前content "›") 但上面又设置了通用有子菜单的after内容,
   导致重复显示, 所以需精准区分: 只对二级及以上菜单且具有.submenu的子菜单项 添加右箭头。之前已定义 .has-children > .submenu-link::after 内容为"›"。
   为了避免一级菜单错误显示右箭头，已限制 .has-children > .submenu-link 即可。一级菜单的是 .nav-link::after 为下箭头，无冲突。
   再优化一下，对于三级菜单里面也是右箭头。完美。 */
.submenu-item.has-children > .submenu-link::after {
    content: "›";
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 1rem;
    transform: none;
}
/* 去掉三级菜单里的额外下箭头残留 */
.submenu-item.has-children > .submenu-link::before {
    display: none;
}

/* 移除三级菜单悬浮时旋转箭头干扰 */
.submenu-item.has-children:hover > .submenu-link::after {
    transform: translateX(3px);
}

/* 一级菜单悬停箭头旋转已经做了 */

/* 让四级菜单也保持清晰层次 */
.submenu .submenu .submenu {
    background: #fefefe;
    border-left: 2px solid #cbdde9;
}

/* 更细腻的边框 */
.submenu {
    border: 1px solid rgba(0,0,0,0.05);
}

/* 演示用额外说明: 展示四级嵌套动态内容 */
.demo-badge {
    text-align: center;
    margin-top: 40px;
    font-size: 0.8rem;
    color: #2c5a74;
    background: rgba(255,255,240,0.7);
    padding: 8px 20px;
    border-radius: 40px;
    backdrop-filter: blur(4px);
}
.demo-badge a {
    color: #0a5c7e;
    text-decoration: none;
}
.language li img{ width: 16px;}
/*导航下拉菜单样式new end*/
#header{position:fixed;left:2%;top:34px;width:96%;z-index:1000;border-radius:15px;transition:all 0.4s;}
#header.nav-up{width:96%;transform:translateY(-150%);}
#header .fa-search{ color: #fff; font-size: 30px;}
#header .search-submit .fa-search{ font-size: 16px;}
#header.scroll .fa-search,#header.on .fa-search{ color: #222;}
#header .search_box {
    position: relative;
}
#header .search_box.show form {
    opacity: 1;
    max-width: 320px;
}
#header form input[type='search'] {
    background-color: #04277b;
    border: 2px solid #FFF;
    border-radius: 4px;
    padding: 13px 20px;
    font-size: 16px;
    line-height: 26px;
    outline: 0;
    color: #FFF;
    width: 320px;
}
#header form button[type='submit'] {
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: #fff0;
    padding: 0;
    cursor: pointer;
}
#header form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition-duration: 0.4s;
    opacity: 0;
    max-width: 0;
}
.head{position:relative; display: flex; justify-content: space-around; align-items: center;}
.head .pcNav>ul{display:flex;justify-content:center;}
.head .pcNav>ul>li{position:relative;margin:0 2.5vw}
.head .pcNav>ul>li>a{
	display:block;	
	position:relative;
	font-size:18px;color:#fff;line-height:74px;text-align:center;
	transition:all 0.4s;
	font-weight: 700;
}
.head .pcNav>ul>li>a:after{
	display:block;content:"";
	width:100%;height:2px;
	background:#04287e;
	position:absolute;left:0;top:48px;
	transform:scaleX(0);transition:all 0.4s;
}
.head .pcNav>ul>li:hover>a:after{transform:scaleX(1);}
.head .pcNav>ul>li>ul{
	opacity: 0;
	position:absolute;
	left:0;top:100%;
	background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    pointer-events: auto;
    min-width: 270px;
}
.iconl{ margin-right: 10px;}.submenu-link .iconl{ flex-shrink: 0;}
.head .pcNav>ul>li>ul>li:first-child{ padding-top: 10px;}
.head .pcNav>ul>li>ul>li:last-child{ padding-bottom: 10px;}
.head .pcNav>ul>li>ul>li{margin-bottom: 10px; display: block; padding: 0 10px;}
.head .pcNav>ul>li>ul>li>a{font-size:17px;color:#666; display: flex;}
.head .pcNav>ul>li>ul>li>a:hover{color:#04287e;font-weight:500;}
.head .gnb{display:flex;align-items:center; flex-shrink: 0;}
.head .gnb .language{margin:0 20px;}
.head .gnb .language>a{
	display:block;
	width:30px;height:30px;
	background:url(../images/btn_lang.png) no-repeat;
	transition:all 0.4s;
}
.head .gnb .btnMenu{
	position:relative;z-index:5000;
	box-sizing:border-box;
	width:30px;height:21px;
	cursor:pointer;
	transition:all 0.3s;
}
.head .gnb .btnMenu>div{
	width:100%;height:3px;
	margin:0 0 6px;
	background:#fff;
	transition:all 0.4s;
}



#header.on{background:#fff;}
#header.on .head .pcNav>ul>li>a{color:#000;}
#header.on .head .gnb .language>a{background:url(../images/btn_lang2.png) no-repeat;}
#header.on .head .gnb .btnMenu>div{background:#000;}

#header.scroll{background:#fff;}
#header.scroll .head .pcNav>ul>li>a{color:#000;}
#header.scroll .head .gnb .language>a{background:url(../images/btn_lang2.png) no-repeat;}
#header.scroll .head .gnb .btnMenu>div{background:#000;}



@media (max-width: 1540px){
	.head .pcNav>ul>li{margin:0 1.7vw}
}
@media (max-width: 1399px){
	/* .head .pcNav{display: none;} */
}
@media (min-width:820px) and (max-width:1024px){
    .pcNav{ display: none;}
    .container1200, .container {
        width: 100%;
    }
}
@media (max-width: 812px){
	.head h1{position:relative;left:0;top:0px;z-index:9999; width: 150px;}
	.head h1 a{
		width:138px;height:23px;
		background:url(/images/common/logo1.png) no-repeat center;
		background-size:contain;
	}
	.head .gnb{right:2%;top:10px;}
	.head .gnb .language{margin-right:15px;}
	#header {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1000;
		border-radius: 15px;
		transition: all 0.4s;
	
}
.site-footer .site-footer__boxer .menu-option {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.8rem;
}.site-footer .site-footer__boxer .menu-option a {
	font-size: 20px;
	color: #222;
}
.site-footer__col ul{ margin-bottom: 15px;}
.foot{padding: 30px 10px !important;}
}


/* allmenu */
.allMenu{
	position:fixed;left:20px;top:20px;z-index:1000;
	width:calc(100% - 40px);height:calc(100vh - 40px);
	background:#fff;
	border-radius:15px;
	transform: translateY(calc(-100% - 20px));
	transition: all 0.8s;
	overflow-y: scroll;
}
.allMenu .btnClose{
	position: absolute;
	display: block;
	top: 50px;
	right: 50px;
	width: 30px;
	height: 30px;
}
.allMenu .btnClose:before, .allMenu .btnClose:after {position: absolute; right:13px; top:0; content:''; height: 100%; width:3px; background-color: #222;} 
.allMenu .btnClose:before {transform: rotate(45deg);} 
.allMenu .btnClose:after {transform: rotate(-45deg);}
.allMenu .conwrap .logoimg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.allMenu .conwrap .menuWrap{
	max-width: 1580px;
	width: 92%;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.allMenu .conwrap .menuWrap>ul{
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
	padding: 30px 0;
}
.allMenu .conwrap .menuWrap>ul>li {
	position: relative;
	box-sizing: border-box;
	width: 25%;
	padding-left: 60px;
	transition: all 1s 0.8s;
}
.allMenu .conwrap .menuWrap>ul>li:nth-child(n+5){
	margin-top: 90px;
}
.allMenu .conwrap .menuWrap>ul>li>a{
	font-size: 32px;
	font-weight: 500;
	color: #000;
}
.allMenu .conwrap .menuWrap>ul>li>ul{
	position: relative;
	padding-top: 20px;
}
.allMenu .conwrap .menuWrap>ul>li>ul>li>a{
	font-size: 18px;
	line-height: 1.6em;
	color: #666;
	transition: all 0.3s;
}
.allMenu .conwrap .menuWrap>ul>li>ul>li>a:hover{
	color: #04287e;
}

.allMenu .conwrap .menuWrap>ul>.line{
	position: absolute;
	display: block;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #ddd;
}
.allMenu .conwrap .menuWrap>ul>.line2{left: 25%;}
.allMenu .conwrap .menuWrap>ul>.line3{left: 50%;}
.allMenu .conwrap .menuWrap>ul>.line4{left: 75%;}
.allMenu .conwrap .menuWrap>ul>.line5{left: 100%;}

.allMenu.open{
	transform: translateY(0);
}

@media screen and (max-width:1399px){
	.allMenu>.conwrap{height: calc(100% - 120px);}
	.allMenu .conwrap .menuWrap>ul>li:nth-child(1){display: none;}
	.allMenu .conwrap .menuWrap>ul>li{width:100%;}
	.allMenu .conwrap .menuWrap>ul>li:nth-child(n+5){margin-top: 0;}
	.allMenu .conwrap .menuWrap>ul>.line{display: none;}
	.allMenu .conwrap .menuWrap>ul{padding:3vh 0;;}
	.allMenu .conwrap .menuWrap>ul>li{padding:2vh 2vw;padding-left: 2vw;border:1px solid #ccc;border-left:0;border-right:0;border-bottom: 0;position: relative;}
	.allMenu .conwrap .menuWrap>ul>li.has-children>a:before{
		position: absolute;content:'';
		right:0;
		top:50%;
		transform:translateY(-50%);
		width:18px;height:10px;
		background: url(../images/allmenu_arr.png)no-repeat center / cover;
	}
	.allMenu .conwrap .menuWrap>ul>li>a{position: relative;width:100%;display: block;font-size:26px;}
	.allMenu .conwrap .menuWrap>ul>li>a.on:before{
		transform:translateY(-50%) rotate(-180deg);
	}
	.allMenu .conwrap .menuWrap>ul>li>ul>li{}
	.allMenu .conwrap .menuWrap>ul>li>ul{padding-top: 12px;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li>a{font-size:16px;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li{display: inline-block;width:50%;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li + li{float:left;}
}
@media screen and (max-width:640px){
	.allMenu .conwrap .menuWrap>ul{margin-top: 70px;}
	.allMenu .btnClose{width:25px;height:25px;top:20px;right:20px;}
	.allMenu .conwrap .menuWrap>ul{padding:2vh 0;}
	.allMenu .conwrap .menuWrap>ul>li>a{font-size:22px;
		font-weight: 700;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li>a{font-size:14px;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li{display: inline-block;width:50%;}
	.allMenu .conwrap .menuWrap>ul>li>ul>li + li{float:left;}
}




/* footer */
#footer{background:#f8f8f8; color: #555;}
.foot{position:relative;padding:70px 5% 50px;border-top: 1px solid #ddd;}
.foot address{margin:30px 0 25px;font-size:17px;color:#666;line-height:1.7em;}
.foot address .bar{
	display:inline-block;
	width:1px;height:14px;
	margin:0 8px;
	background:#8f8f92;
}
.foot .links{
	display:flex;align-items:center;
	position:absolute;right:5%;top:70px;
}
.foot .links>a{margin-right:20px;}
.foot .links .family{position: relative; width:240px;height:50px;}
.foot .links .family>a{
	display:block;
	position:relative;
	box-sizing:border-box;
	width:100%;height:100%;
	padding:0 30px;
	border:1px solid #5f6062;border-radius:25px;
	font-size:14px;color:#666;font-weight:400;line-height:48px;
}
.foot .links .family>a:after{
	display:block;content:"";
	width:9px;height:5px;
	background:url(/images/common/family_arr.png) no-repeat;
	transform: rotate(180deg);
	position:absolute;right:30px;top:50%;
	margin-top:-2.5px;
}


.foot .family>ul{
position: absolute;
bottom: calc(100% + 5px);
left: 0px;
width: 100%;
padding: 10px 0;
background-color: #fff;
border: 1px solid #dedede;
border-radius: 25px;
border-bottom: 0;
z-index: 11;
display: none;
box-sizing: border-box;


}
.foot .family>ul>li{
}
.foot .family>ul>li>a{
display: block;box-sizing: border-box;
padding: 10px 30px;
color: #333;
font-size: 14px;
}
.foot .family>ul>li>a:hover{color:#000; text-decoration:underline;}


@media(max-width:1399px){
	.foot address{margin:60px 0 25px;}
	.submenu-link {
		padding: 0.12rem 1.2rem 0.12rem 1.5rem;
	}
}
@media(max-width:812px){
	.foot address{margin:30px 0 25px;font-size:14px;}
	.foot .links{position:static;}
	.foot .copy{margin-top:20px;}
	.foot .links .family{width: 150px;}
	.foot .links .family>a{padding: 0 20px;}
	.foot .family>ul>li>a{padding: 5px 20px;}
}





/*  */
#bgBlack{
	display:none;
	position:fixed;left:0;top:0;z-index:3000;
	width:100%;height:100vh;
	background:rgba(0,0,0,0.7);
}
.layerSearch{		
	display:none;
	position:fixed;left:50%;top:50%;z-index:4000;
	box-sizing:border-box;
	width:980px;max-height:76vh;
	overflow-y: auto;
	transform:translate(-50%,-50%);
	border:1px solid #ddd;border-radius:15px;
	background:#fff;
}
.layerSearch .btnClose{
	position:absolute;right:25px;top:25px;
	width:23px;height:23px;
	background:url(/images/common/btn_close.png) no-repeat;
	cursor:pointer;
}
.layerSearch .conwrap{
	padding:6vh 59px;
}
.layerSearch .conwrap .tit{font-size:25px;color:#000;font-weight:700;}
.layerSearch .conwrap .searchText{
	display:flex;justify-content:space-between;
	margin:25px 0 10px;padding:5vh 45px;
	background:#f6f7fa;
	border-radius:15px;
}
.layerSearch .conwrap .searchText input{
	box-sizing:border-box;
	width:calc(100% - 156px - 10px);height:60px;
	padding:0 0 0 50px;
	background:#fff url(/images/common/icon_search.png) no-repeat 19px center;
	border:1px solid #ccc;border-radius:15px;
	outline:0;
	font-size:16px;color:#555;font-weight:500;
}
.layerSearch .conwrap .searchText button{
	width:156px;height:60px;
	border-radius:15px;
	background:#04287e;
	border:0;outline:0;
	font-size:16px;color:#fff;font-weight:600;
}
.layerSearch .conwrap .searchList{
	width:100%;height:25vh;
	box-sizing:border-box;
	padding:10px;margin-bottom:20px;
	border:1px solid #ccc;border-radius:15px;
}
.layerSearch .conwrap .searchList ul{	overflow:hidden;overflow-y:auto;width:100%;height:100%;}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar{width:4px;}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar-thumb {
    background:#191919; /* 스크롤바 색상 */
}
.layerSearch .conwrap .searchList ul::-webkit-scrollbar-track {
    background:#d1d1d1;  /*스크롤바 뒷 배경 색상*/
}
.layerSearch .conwrap .searchList ul li{
	display:flex;align-items:center;justify-content:space-between;
	padding:15px;
	border-bottom:1px solid #ccc;
}
.layerSearch .conwrap .searchList ul li span{
	width:calc(100% - 60px + 20px);
	font-size:16px;color:#000;
}
.layerSearch .conwrap .searchList ul li button{
	width:60px;height:40px;
	border-radius:15px;
	background:#a9afbb;
	border:0;outline:0;
	font-size:16px;color:#fff;font-weight:600;
}
.layerSearch .conwrap .searchList >div{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;
	font-size:16px;color:#555;font-weight:500;text-align:center;
}
.layerSearch .conwrap .noDataInput{}
.layerSearch .conwrap .noDataInput input{
	box-sizing:border-box;
	width:100%;height:60px;
	padding:0 25px;
	border:1px solid #ccc;border-radius:15px;
	background:#f6f7fa;font-size:17px;
}
.layerSearch .conwrap .btnOk{
	display:flex;align-items:center;justify-content:space-between;
	box-sizing:border-box;
	width:210px;height:58px;
	padding:0 24px;margin:35px auto 0;
	border:1px solid #89898b;border-radius:29px;
	outline:0;background:0;
	font-size:17px;color:#888;text-align:left;
}
.layerSearch .conwrap .btnOk i{
	display:inline-block;
	width:14px;height:9px;
	background:url(/images/page/more_arr1.png) no-repeat;
}

@media (max-width: 1399px){
	.layerSearch{
		width: 92%;
		max-width: 980px;
	}
}

@media (max-width: 812px){
	#header .icoslang {
        filter: grayscale(100%) brightness(0%);
    }
	.layerSearch .conwrap{
		padding: 30px 15px;
	}
	.layerSearch .conwrap .tit{
		font-size: 20px;
	}
	.layerSearch .conwrap .searchText{
		padding: 20px;
		flex-direction: column;
		padding: 10px;
	}
	.layerSearch .conwrap .searchText input{
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
		font-size: 15px;
		background: #fff url(/images/common/icon_search.png) no-repeat 15px center;
	}
	.layerSearch .conwrap .searchText button{
		width: 120px;
		height: 50px;
		border-radius: 5px;
		font-size: 15px;
	}
	.layerSearch .conwrap .searchList ul li span{
		font-size: 13px;
		width: calc(100% - 36px);
	}
	.layerSearch .conwrap .searchList ul li button{
		width: 36px;
		height: 28px;
		border-radius: 10px;
		font-size: 13px;
	}
	.layerSearch .conwrap .noDataInput input{
		height: 50px;
		padding: 0 10px;
		font-size: 13px;
		border-radius: 10px;
	}
	.submenu{display: none; position: relative; overflow-y: scroll; max-height: 200px;}
}