


/*2024-07-08************************/
   /*reset*/
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
	@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
   
    *{margin:0;padding:0;box-sizing:border-box}
    li{list-style:none}
    img{border:0;max-width:100%}
    body, td, p, input, button, textarea, select,a{font-family:'Pretendard',sans-serif;}
    p{line-height:1.6}
    h1,h2,h3,h4,h5,h6,strong,th,b,dt,em{font-weight:600}
    em,i{font-style:normal}
    a,a:hover,a:active,a:focus{text-decoration:none;color:#000}
   
    /*common*/    
	:root{
		--main-color:#ff6700;
        --main-color-light:#fff0e5;
	}
	.text-flex{display:flex;align-items:center}
	.text-flex > span{white-space:nowrap}
    .text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}

   }

    .embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }
    .embed-container iframe,
    .embed-container object,
    .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

	/*style.min.css 에 overflow: visible !important; 왜 이렇게 셋팅했는지 알수없음. 복원함*/	
	.swiper-container{overflow:hidden !important}


/*_pc*/

.container{margin-left:auto !important;margin-right:auto !important}

@media all and (min-width:1200px) {	
    ._mo{display:none !important}   
    body{min-width:1450px}
	.container{position:relative;max-width:1400px;margin:0 auto}

    
    /*header*/
	#header{position:relative;z-index:100;}
	.hsec1{border-bottom:1px solid #ddd}
	.hsec1 .container{display:flex;align-items:center;height:100px;gap:50px}
	.hsec1 .search form{position:relative;width:400px;}
	.hsec1 .search form input[type="text"]{width:100%;height:40px;border:2px solid var(--main-color);border-radius:10px;color:#000;font-size:16px;padding-right:60px}
	.hsec1 .search form .submit{position:absolute;right:0;top:0;width:60px;height:40px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='%23ff6700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7498 15.75L12.4873 12.4875' stroke='%23ff6700' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;}
    
    .hsec2{border-bottom:1px solid #ddd}
	.hsec2 .container{display:flex;height:50px;;gap:10px}
    
    .full_toggle{display:inline-block;text-indent:-9999px;width:40px;height:50px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.99634 9.00049H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99634 3.00049H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.99634 15.0005H15.9963' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;cursor:pointer}
    .full_toggle.on{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15 3L3 15' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 3L15 15' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center }
    
    .gnbG_full{display:none;position:absolute;left:0;width:100%;background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.05)}
    .gnbG_full.on{display:block}
    .gnbG_full .container{display:flex;}
    .gnbG_full .gnb{flex:1;display:flex;padding:30px 0 40px}
    .gnbG_full .gnb li{border-left:1px solid #ddd;padding:0 50px 0 20px}
    .gnbG_full .gnb li > a{font-size:15px;font-weight:600}
    .gnbG_full .gnb .sub{padding:10px 0}
    .gnbG_full .gnb .sub dd{padding:5px 0}
    .gnbG_full .gnb .sub dd a{font-size:14px}
    .gnbG_full .etc{border-left:1px solid #ddd;width:400px;padding:30px 20px 40px}
    
    
    .gnbG .gnb{display:flex}
    .gnbG .gnb li{position:relative;height:65px}
    /*.gnbG .gnb li:before{content:'';position:absolute;left:0;top:18px;width:1px;height:12px;background:#ccc;}*/
    .gnbG .gnb li > a{display:block;font-size:15px;font-weight:600;padding:0 25px;height:50px;line-height:50px;border-bottom:0px solid var(--main-color);transition:border 0.1s}
    .gnbG .gnb li:hover .sub{display:block}
    .gnbG .gnb li:hover > a{border-bottom:3px solid var(--main-color)}
    .gnbG .gnb .sub{display:none;position:absolute;left:0;top:60px;border:1px solid #ddd;border-radius:5px;padding:10px 0;width:220px;background:#fff}
    .gnbG .gnb .sub dd{}
    .gnbG .gnb .sub dd a{display:block;font-size:14px;padding:5px 20px;}
    .gnbG .gnb .sub dd a:hover{background:#f5f5f5}
    
    .logG{flex:1;display:flex;;align-items:center;gap:15px;justify-content:flex-end;}
    /*.logG i{display:inline-block;width:1px;height:12px;background:#aaa}*/
    .logG a{font-size:13px;line-height:50px; color:#666}
        
		
	/*main*/
     #main{}   
    
    /*swiper*/
    .swiper-container-horizontal>.swiper-pagination-bullets{bottom:30px}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 10px;width:14px;height:14px;background:#fff}

	.swiper-button-next:after,
	.swiper-button-prev:after{display:none}    
    .swiper-button-next{right:0;width:25px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cg filter='url(%23filter0_d_1022_1841)'%3E%3Crect x='30' y='28' width='26' height='26' rx='13' transform='rotate(-180 30 28)' fill='none'/%3E%3C/g%3E%3Cpath d='M16 10L20 15L16 20' stroke='%23dcdcdc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_1022_1841' x='0' y='0' width='34' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1022_1841'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1022_1841' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center}
    .swiper-button-prev{left:0;width:25px;height:40px;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'34'%20height%3D'34'%20viewBox%3D'0%200%2034%2034'%20fill%3D'none'%3E%3Cg%20filter%3D'url(%23filter0_d_1022_1836)'%3E%3Crect%20x%3D'4'%20y%3D'2'%20width%3D'26'%20height%3D'26'%20rx%3D'13'%20fill%3D'none'%2F%3E%3C%2Fg%3E%3Cpath%20d%3D'M18%2020L14%2015L18%2010'%20stroke%3D'%23dcdcdc'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3Cdefs%3E%3Cfilter%20id%3D'filter0_d_1022_1836'%20x%3D'0'%20y%3D'0'%20width%3D'34'%20height%3D'34'%20filterUnits%3D'userSpaceOnUse'%20color-interpolation-filters%3D'sRGB'%3E%3CfeFlood%20flood-opacity%3D'0'%20result%3D'BackgroundImageFix'%2F%3E%3CfeColorMatrix%20in%3D'SourceAlpha'%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result%3D'hardAlpha'%2F%3E%3CfeOffset%20dy%3D'2'%2F%3E%3CfeGaussianBlur%20stdDeviation%3D'2'%2F%3E%3CfeComposite%20in2%3D'hardAlpha'%20operator%3D'out'%2F%3E%3CfeColorMatrix%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'%2F%3E%3CfeBlend%20mode%3D'normal'%20in2%3D'BackgroundImageFix'%20result%3D'effect1_dropShadow_1022_1836'%2F%3E%3CfeBlend%20mode%3D'normal'%20in%3D'SourceGraphic'%20in2%3D'effect1_dropShadow_1022_1836'%20result%3D'shape'%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center}
    
    
	/*footer*/
	#footer{background:#fff}
	.fsec1{border:1px solid #eee;border-width:1px 0}
    .fsec1 .container{display:flex;justify-content: space-between}
    .fsec1 .noticeG{display:flex;align-items:center;gap:20px}
    .fsec1 .noticeG .tit{font-weight:600;padding-right:20px;background:url('/theme/basic/images/ico_arrow.png') no-repeat 100% center}
    .fsec1 .noticeG .swiper-container{height:70px}
    .fsec1 .noticeG .swiper-slide{line-height:70px}
    
    .fsec1 .snsG{display:flex;align-items:center;gap:20px} 
    .fsec1 .snsG .text{display:inline-block;font-size:14px;;padding-right:15px;background:url('/theme/basic/images/ico_arrow.png') no-repeat 100% center /8px}
    .fsec1 .snsG .ico img{width:50px}
    
    .fsec2{padding:40px 0}
    .fsec2 .menuG a{display:inline-block;margin-right:40px}
    
    .fsec2 .companyG{margin:30px 0 20px;color:#777;font-size:14px;line-height:1.8}
    .fsec2 .companyG i{display:inline-block;margin:0 10px}
    .fsec2 .companyG i:before{display:block;content:'';border-left:1px solid #ddd;height:12px}
    
    .fsec2 .copyrightG{font-size:12px;color:#777}

}



/*_mobile*/
@media all and (max-width:1199px) {

#bo_sch{}
#bo_sch form{display:flex;gap:5px}
#bo_sch form > *{padding:0;margin-left:0;margin-right:0;}
#bo_sch select{padding-left:5px;padding-right:5px;width:90px}
#bo_sch .sch_input{width:calc(100% - 10px - 90px - 40px)}


    body{min-width:360px;font-size:12px}
    body, div, td, p, input, button, textarea, select,a{}
    ._pc{display:none !important}
    .container{position:relative;max-width:700px;margin:0 auto}

	#header .container,
	#footer .container{padding:0 3%}

	.-flex{display:flex;gap:10px}

	#wrapper{padding:0 3%;margin:20px 0 40px !important}

	
	/*header*/
	#header{position:relative;top:0;background:#fff;padding-bottom:10px;transition:0.3s}
	.hsec1{background:#fff}
	.hsec1 .container{display:flex;flex-wrap:wrap;justify-content:space-between;;}
	.hsec1 h1{padding:5px 0} 
    .hsec1 h1 img{height:50px;vertical-align:top}   

	.hsec1 .logG{}
	.hsec1 .search{width:100%}
	.hsec1 .search form{position:relative;width:100%;}
	.hsec1 .search form input[type="text"]{width:100%;height:40px;border:2px solid var(--main-color);border-radius:40px;color:#000;font-size:14px;padding-right:40px}
	.hsec1 .search form .submit{position:absolute;right:0;top:0;width:50px;height:40px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='%23312E27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7498 15.75L12.4873 12.4875' stroke='%23312E27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center}
    
	
    .hsec2 {display:none;}


    .logG{display:flex;align-items:center;gap:10px;justify-content:flex-end}
    .logG a{display:inline-block;width:24px;font-size:12px;height:60px;line-height:60px;text-indent:-9999px}
	.logG i{display:none}
    .logG .login{background:url('/img/ico_login.png') no-repeat center /24px}
	.logG .join{background:url('/img/ico_join.png') no-repeat center /24px}
	.logG .logout{background:url('/img/ico_logout.png') no-repeat center /24px}
	.logG .modify{background:url('/img/ico_modify.png') no-repeat center /24px}
	.logG .admin{background:url('/img/ico_modify.png') no-repeat center /24px}
    .logG .toggle{background:url('data:image/svg+xml;charset=utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><style /> <path d="M3 5.75C3 5.33579 3.33579 5 3.75 5H19.75C20.1642 5 20.5 5.33579 20.5 5.75C20.5 6.16421 20.1642 6.5 19.75 6.5H3.75C3.33579 6.5 3 6.16421 3 5.75Z" fill="%23222222"/> <path d="M3 11.75C3 11.3358 3.33579 11 3.75 11H19.75C20.1642 11 20.5 11.3358 20.5 11.75C20.5 12.1642 20.1642 12.5 19.75 12.5H3.75C3.33579 12.5 3 12.1642 3 11.75Z" fill="%23222222"/> <path d="M3.75 17C3.33579 17 3 17.3358 3 17.75C3 18.1642 3.33579 18.5 3.75 18.5H19.75C20.1642 18.5 20.5 18.1642 20.5 17.75C20.5 17.3358 20.1642 17 19.75 17H3.75Z" fill="%23222222"/> </svg>') no-repeat center /24px}
	
    .full_toggle{display:none}
    .gnbG_full{display:none}
    
    .header_fixed{position:fixed;z-index:90;left:0;width:100%;top:-100px;background:#fff;border-bottom:1px solid #eee;transition:0.3s}
    .header_fixed.on{top:0}
    .header_fixed .container{display:flex;gap:20px;justify-content:space-between;padding:0 3%}
	.header_fixed h1{padding:5px 0}
	.header_fixed h1 img{height:50px}
	/*
	.header_fixed .search{flex:1;padding:10px 0}
	.header_fixed .search form{position:relative;width:100%;}
	.header_fixed .search form input[type="text"]{width:100%;height:40px;border:2px solid var(--main-color);border-radius:40px;color:#000;font-size:14px;padding-right:40px}
	.header_fixed .search form .submit{position:absolute;right:0;top:0;width:50px;height:40px;background:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.25 14.25C11.5637 14.25 14.25 11.5637 14.25 8.25C14.25 4.93629 11.5637 2.25 8.25 2.25C4.93629 2.25 2.25 4.93629 2.25 8.25C2.25 11.5637 4.93629 14.25 8.25 14.25Z' stroke='%23312E27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7498 15.75L12.4873 12.4875' stroke='%23312E27' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center}
    */


    
	#aside_mo{position:fixed;width:100%;right:-100%;top:0;z-index:100;height:100%;background:#fff;transition:.3s}
	#aside_mo.on {right:0;transition:.3s}
    #aside_mo .head{display:flex;justify-content: space-between;line-height:60px;border-bottom:2px solid var(--main-color)}
    #aside_mo .head .home{display:inline-block;width:60px;height:60px;text-indent:-9999px;background:url('data:image/svg+xml;charset=utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><style /> <path d="M19.6585 9.99809L12.6585 3.7523C12.2815 3.4159 11.7185 3.4159 11.3415 3.7523L4.3415 9.99809C4.12448 10.1917 4 10.4715 4 10.7655V19.4803C4 20.0435 4.44772 20.5 5 20.5H9C9.55228 20.5 10 20.0435 10 19.4803V15.4014C10 14.8382 10.4477 14.3817 11 14.3817H13C13.5523 14.3817 14 14.8382 14 15.4014V19.4803C14 20.0435 14.4477 20.5 15 20.5H19C19.5523 20.5 20 20.0435 20 19.4803V10.7655C20 10.4715 19.8755 10.1917 19.6585 9.99809Z" stroke="%23171717" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.8422 3.19268C11.5037 2.60244 12.4963 2.60244 13.1578 3.19268L20.1578 9.43847C20.5363 9.77619 20.75 10.2604 20.75 10.7655V19.4803C20.75 20.4438 19.9802 21.25 19 21.25H15C14.0198 21.25 13.25 20.4438 13.25 19.4803V15.4014C13.25 15.2386 13.1243 15.1317 13 15.1317H11C10.8757 15.1317 10.75 15.2386 10.75 15.4014V19.4803C10.75 20.4438 9.98024 21.25 9 21.25H5C4.01976 21.25 3.25 20.4438 3.25 19.4803V10.7655C3.25 10.2604 3.46367 9.77619 3.84217 9.43847L10.8422 3.19268ZM12.1592 4.31192C12.0666 4.22936 11.9334 4.22936 11.8408 4.31192L4.84082 10.5577C4.78529 10.6073 4.75 10.6825 4.75 10.7655V19.4803C4.75 19.6431 4.87567 19.75 5 19.75H9C9.12433 19.75 9.25 19.6431 9.25 19.4803V15.4014C9.25 14.4379 10.0198 13.6317 11 13.6317H13C13.9802 13.6317 14.75 14.4379 14.75 15.4014V19.4803C14.75 19.6431 14.8757 19.75 15 19.75H19C19.1243 19.75 19.25 19.6431 19.25 19.4803V10.7655C19.25 10.6825 19.2147 10.6073 19.1592 10.5577L12.1592 4.31192Z" fill="%23222222"/> </svg>') no-repeat center /24px}
	#aside_mo .head .close{width:60px;height:60px;cursor:pointer;background:url('data:image/svg+xml;charset=utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><style /> <path d="M5.17059 4.20084C4.9028 3.93305 4.46863 3.93305 4.20084 4.20084C3.93305 4.46863 3.93305 4.9028 4.20084 5.17059L11.0303 12L4.20084 18.8294C3.93305 19.0972 3.93305 19.5314 4.20084 19.7992C4.46863 20.0669 4.9028 20.0669 5.17059 19.7992L12 12.9697L18.8294 19.7992C19.0972 20.0669 19.5314 20.0669 19.7992 19.7992C20.0669 19.5314 20.0669 19.0972 19.7992 18.8294L12.9697 12L19.7992 5.17059C20.0669 4.9028 20.0669 4.46863 19.7992 4.20084C19.5314 3.93305 19.0972 3.93305 18.8294 4.20084L12 11.0303L5.17059 4.20084Z" fill="%23222222"/> </svg>') no-repeat center /24px}

    #aside_mo .inner{position:relative;height:calc(100vh - 60px);;overflow:auto}
	#aside_mo .inner:before{content:'';position:absolute;left:0;top:0;width:120px;height:100%;background:#f5f5f5}
	#aside_mo .gnb{position:relative}
    #aside_mo .gnb li > a{display:block;padding:0 20px;width:120px;line-height:60px;font-size:14px;font-weight:600;background:#f5f5f5;border-bottom:1px solid #ddd}
    #aside_mo .gnb li.on > a{background:#fff}
	#aside_mo .gnb li.on .sub{display:block}
	#aside_mo .gnb li .sub{display:none;position:absolute;left:120px;top:5px}
    #aside_mo .gnb li .sub dd{}
    #aside_mo .gnb li .sub dd a{display:block;font-size:14px;padding:0 20px;line-height:50px}



	

    
    
    /*quick*/
    #quick{display:none}
    
    
    /*main*/
    #main{}
    
    
/*swiper*/
    .swiper-container-horizontal>.swiper-pagination-bullets{bottom:30px}
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px;width:10px;height:10px;background:#fff}

	.swiper-button-next:after,
	.swiper-button-prev:after{display:none}  
	/*
    .swiper-button-next{width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cg filter='url(%23filter0_d_1022_1841)'%3E%3Crect x='30' y='28' width='26' height='26' rx='13' transform='rotate(-180 30 28)' fill='white'/%3E%3C/g%3E%3Cpath d='M16 10L20 15L16 20' stroke='%23393434' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_1022_1841' x='0' y='0' width='34' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1022_1841'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1022_1841' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center}
    .swiper-button-prev{width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'34'%20height%3D'34'%20viewBox%3D'0%200%2034%2034'%20fill%3D'none'%3E%3Cg%20filter%3D'url(%23filter0_d_1022_1836)'%3E%3Crect%20x%3D'4'%20y%3D'2'%20width%3D'26'%20height%3D'26'%20rx%3D'13'%20fill%3D'white'%2F%3E%3C%2Fg%3E%3Cpath%20d%3D'M18%2020L14%2015L18%2010'%20stroke%3D'%23393434'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3Cdefs%3E%3Cfilter%20id%3D'filter0_d_1022_1836'%20x%3D'0'%20y%3D'0'%20width%3D'34'%20height%3D'34'%20filterUnits%3D'userSpaceOnUse'%20color-interpolation-filters%3D'sRGB'%3E%3CfeFlood%20flood-opacity%3D'0'%20result%3D'BackgroundImageFix'%2F%3E%3CfeColorMatrix%20in%3D'SourceAlpha'%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result%3D'hardAlpha'%2F%3E%3CfeOffset%20dy%3D'2'%2F%3E%3CfeGaussianBlur%20stdDeviation%3D'2'%2F%3E%3CfeComposite%20in2%3D'hardAlpha'%20operator%3D'out'%2F%3E%3CfeColorMatrix%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'%2F%3E%3CfeBlend%20mode%3D'normal'%20in2%3D'BackgroundImageFix'%20result%3D'effect1_dropShadow_1022_1836'%2F%3E%3CfeBlend%20mode%3D'normal'%20in%3D'SourceGraphic'%20in2%3D'effect1_dropShadow_1022_1836'%20result%3D'shape'%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center}
    */
    .swiper-button-next{right:0;width:25px;height:40px;margin-top:-18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34' fill='none'%3E%3Cg filter='url(%23filter0_d_1022_1841)'%3E%3Crect x='30' y='28' width='26' height='26' rx='13' transform='rotate(-180 30 28)' fill='none'/%3E%3C/g%3E%3Cpath d='M16 10L20 15L16 20' stroke='%23dcdcdc' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_1022_1841' x='0' y='0' width='34' height='34' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1022_1841'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1022_1841' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E") no-repeat center}
    .swiper-button-prev{left:0;width:25px;height:40px;margin-top:-18px;background:url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'34'%20height%3D'34'%20viewBox%3D'0%200%2034%2034'%20fill%3D'none'%3E%3Cg%20filter%3D'url(%23filter0_d_1022_1836)'%3E%3Crect%20x%3D'4'%20y%3D'2'%20width%3D'26'%20height%3D'26'%20rx%3D'13'%20fill%3D'none'%2F%3E%3C%2Fg%3E%3Cpath%20d%3D'M18%2020L14%2015L18%2010'%20stroke%3D'%23dcdcdc'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3Cdefs%3E%3Cfilter%20id%3D'filter0_d_1022_1836'%20x%3D'0'%20y%3D'0'%20width%3D'34'%20height%3D'34'%20filterUnits%3D'userSpaceOnUse'%20color-interpolation-filters%3D'sRGB'%3E%3CfeFlood%20flood-opacity%3D'0'%20result%3D'BackgroundImageFix'%2F%3E%3CfeColorMatrix%20in%3D'SourceAlpha'%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result%3D'hardAlpha'%2F%3E%3CfeOffset%20dy%3D'2'%2F%3E%3CfeGaussianBlur%20stdDeviation%3D'2'%2F%3E%3CfeComposite%20in2%3D'hardAlpha'%20operator%3D'out'%2F%3E%3CfeColorMatrix%20type%3D'matrix'%20values%3D'0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200.1%200'%2F%3E%3CfeBlend%20mode%3D'normal'%20in2%3D'BackgroundImageFix'%20result%3D'effect1_dropShadow_1022_1836'%2F%3E%3CfeBlend%20mode%3D'normal'%20in%3D'SourceGraphic'%20in2%3D'effect1_dropShadow_1022_1836'%20result%3D'shape'%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3C%2Fsvg%3E") no-repeat center}
    
    
	/*footer*/
	#footer{background:#fff}
    .fsec1{border:1px solid #eee;border-width:1px 0}
    .fsec1 .container{display:flex;justify-content: space-between}
    .fsec1 .noticeG{display:flex;align-items:center;gap:20px}
    .fsec1 .noticeG .tit{font-weight:600;padding-right:15px;background:url('/theme/basic/images/ico_arrow.png') no-repeat 100% center /8px}
    .fsec1 .noticeG .swiper-container{height:70px}
    .fsec1 .noticeG .swiper-slide{line-height:70px}
    
    .fsec1 .snsG{display:flex;align-items:center;gap:20px} 
    .fsec1 .snsG .text{display:none;font-size:14px;}
    .fsec1 .snsG .ico img{width:50px}
    
    .fsec2{padding:30px 0}
    .fsec2 .menuG{display:flex;justify-content:center;gap:15px;;}
    .fsec2 .menuG a{text-align:center;white-space:nowrap}
    
	.fsec2 .companyG.on .inner{display:block}

	.fsec2 .companyG .toggle{text-align:center;font-weight:600;margin:20px 0}
	.fsec2 .companyG .toggle span{display:flex;gap:5px;justify-content:center;align-items:center;font-size:14px;color:#555}
	.fsec2 .companyG .toggle span:after{content:'';display:inline-block;width:5px;height:5px;border:1px solid #777;;border-width:0 1px 1px 0;transform:rotate(45deg)}
    .fsec2 .companyG .inner{display:none;text-align:center;margin:20px 0;color:#777;font-size:12px;line-height:1.6}
    .fsec2 .companyG .inner i{display:inline-block;margin:0 10px}
    .fsec2 .companyG .inner i:before{display:block;content:'';border-left:1px solid #ddd;height:12px}
    
    .fsec2 .copyrightG{font-size:12px;color:#777;text-align:center}



}


@media all and (max-width:680px){
	.pop .pop__contain{width:80% !important;height:calc(100% - 100px);overflow:auto;margin-left:0;transform:translateX(-50%)}
}