@charset "utf-8";
/**************************************************

	Respond.css ( ver 1.0.2 )

**************************************************/
/**************************************************
	Setting Device Width
**************************************************/
#_device_pc{display: block;} #_device_ta{display: none;} #_device_mo{display: none;} .__pc{display: block !important;} .__ta{display: none !important;} .__mo{display: none;}
@media screen and (min-width: 750px) and (max-width: 1200px){#_device_pc{display: none;} #_device_ta{display: block;} #_device_mo{display: none;} .__pc{display: none !important;} .__ta{display: block !important;} .__mo{display: none;}}
@media screen and (max-width: 750px){#_device_pc{display: none;} #_device_ta{display: none;} #_device_mo{display: block;} .__pc{display: none !important;} .__ta{display: none;} .__mo{display: block !important;} }

/**************************************************
	아이폰 하이브리드앱에서 노치 겹침현상 방지
    ( 노치 높이 만큼 html에 자동으로 padding 부여 )
**************************************************/
html{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}
#header{
    padding-top: constant(safe-area-inset-top);
    padding-top: env(safe-area-inset-top);
}

/**************************************************
	Layout
**************************************************/
@media screen and (max-width: 1800px){
	#hd-sch{width: 300px;}
	#gnb > li > a{padding: 0 20px;}
}

@media screen and (max-width: 1500px){
	#hd-sch{width: 240px;}
	#gnb > li > a{font-size: 16px;padding: 0 15px;}
}


@media screen and (max-width: 1200px){

	html{min-width: 320px;padding-top: 50px;overflow-x: hidden;}
    img{max-width:100%;}

	#header{position: fixed;top: 0;left: 0;width: 100%;box-shadow: 0 3px 3px rgba(0,0,0,0.05);}
	#header .inner{width: auto;height: 50px;}
    #header .logo{position: absolute;top: 0;left: 10px;height: 100%;line-height: 50px;}
    #header .logo img{width: auto;height: 20px;}
    #header:after{content: '';display: block;position: absolute;bottom: -1px;width: 100%;height: 1px;background: rgba(0,0,0,0.05);}

	#gnb{display: none;}
    #tnb{display: none;}

    #hd-lan{display: none;}

	#hd-sch{display: none;}

	#m-hd-sch{ position:relative; margin:15px auto 0; width:90%; max-width:360px; border:2px solid #023e84;  background:#fff; box-sizing:Border-box;    height:45px; z-index: 91; border-radius:45px; box-shadow:0 0 10px rgba(0,0,0,0.15);}
	#m-hd-sch .btn{position:relative; display: block;width: 60px;height:45px; float:right; display:none; background: url('../images/layout/search_img.png') center no-repeat;text-indent: -999em;border: none;}

	#m-hd-sch form{position: relative; width: 100%;  box-sizing:border-box; border:0;overflow: hidden;background: none;}
	#m-hd-sch form fieldset {width:100%; display:block; overflow:hidden; padding-right:60px;}
	#m-hd-sch legend{display: none;}
	#m-hd-sch .inp {width: 100%;height: 41px;line-height: 41px; box-sizing:border-box; padding:0 15px; background: none;border: none; color:#aaa; font-size:13px;}
	#m-hd-sch .sbm {position: absolute;top: 0;right: 0;width: 60px;height: 45px;background: url('../images/layout/search_img.png')  center no-repeat;border: none; }
	#m-hd-sch .sbm i {line-height:45px; text-align:center; font-size:26px; color:#333;}
	#m-hd-sch.on form{display: block;}

	.m-search_list {position:absolute; display:none; width:100%; max-width:360px; height:409px; box-sizing:border-box; border:1px solid #999; background:#fff; top:55px; left:0;  padding:20px; }
	.m-search_list.active {display:block;}
	.m-search_list ul {width:100%; height:100%; overflow-y:scroll; box-sizing:border-box; padding-right:10px;}
	.m-search_list ul::-webkit-scrollbar {
		width: 4px;
	  }
	.m-search_list ul::-webkit-scrollbar-thumb {
		background-color: #2b3953;
		width:14px;
		margin-left:-1px;
		border-radius: 4px;
	  }
	.m-search_list ul::-webkit-scrollbar-track {
		background-color: #ddd;
		border:1px solid #fff;
	  }
	.m-search_list ul li {position:relative; width:100%; padding:20px 0; border-bottom:1px solid #ddd; height:136px; padding-left:130px; box-sizing:border-box;}
	.m-search_list ul li:first-child {padding-top:0; height:116px;}
	.m-search_list ul li .img {position:absolute; top:20px; left:0; box-sizing:border-box; border:1px solid #ddd; width:110px; height:96px;}
	.m-search_list ul li .img img {max-width:100%;}
	.m-search_list ul li:first-child .img {top:0;}
	.m-search_list ul li strong {display:block; padding-top:10px; line-height:20px; color:#4e5d7e; font-weight:300; font-size:14px;}
	.m-search_list ul li p {margin-top:10px; font-size:16px; font-weight:normal; color:#222;
		line-height: 23px;
		height:46px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		word-wrap: break-word;}


	.m-search_list { height:339px;}
	.m-search_list ul li {padding-left:90px; height:110px;}
	.m-search_list ul li:first-child {height:90px;}
	.m-search_list ul li .img {width:80px; height:70px; }
	.m-search_list ul li strong {font-size:12px; line-height:17px; padding-top:3px;}
	.m-search_list ul li p {font-size:13px; line-height:20px; margin-top:5px; height:40px;}


    #footer .fnbWrap .inner{width: auto;}
    #footer .fnbWrap .inner{width: auto; padding-left: 0}
    #footer .ftWrap{width: auto;padding: 15px 0;}
    #footer address{font-size: 10px;line-height: 13px;color: #b3b3b3;font-style: normal;text-align: center; padding-left: 0}
    #footer address hr{display: block;border: none;margin: 0;}
    #footer address .copyright{display: block;margin-top: 10px;font-size: 10px;color: #777777;}

    #footer .ftWrap .ft-logo {position: static; text-align: center; padding-bottom: 10px}
    #footer .ftWrap .ft-logo img {height: 25px}

    #sns-ico{margin-top: 15px;text-align: center;}
    #sns-ico li{margin: 2px;}
    #sns-ico li img{width: 25px;height: auto;}

    #ft-fam{display: none;}

    #gotop{display: none;}

    #fnb{text-align: center;}
    #fnb > li{display: inline-block;padding: 0 5px;}
    #fnb > li:first-child{padding-left: 0;background: none;}
    #fnb > li a{font-size: 11px;color: #b3b3b3;letter-spacing: -1px;line-height: 35px;}

    #slide-btn{top: 50%;margin-top: -8px;right: 10px;display: block;width: 100px;height: 16px; }
	 #slide-btn:after {position:absolute; z-index:1; content:'제품검색'; font-size:12px; color:#333; width:65px; display:inline-block; text-align:left; border-radius:24px; text-indent:1em; box-shadow:0 0 5px rgba(0,0,0,0.15);  line-height:24px; left:0; top:-4px;}
	  #slide-btn button {width:100%; z-index:3;}
	  #slide-btn button span {left:auto; right:0;}
	  #slide-btn button span, #slide-btn button:before, #slide-btn button:after {width:25px; left:auto; right:0;}

    #slide-bg{position: fixed;z-index: 200;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);display: none;}
    #slide-close{position: absolute;top: 0;right: 0;width: 50px;height: 50px;background: url('../images/layout/slide-close.png') no-repeat center center;background-size: 20px auto;}

    #slide-menu{position: fixed;top: 0;right: -100%;width: 80%;height: 100%;display: block;background: #fff;z-index: 201;overflow-y: auto;transition: all 0.3s cubic-bezier(0.930, 0.635, 0.650, 0.970);}
    #slide-menu .tit{height: 50px;position: relative;background: #2c3952;}
    #slide-menu.on{right: 0;}

    #tnb-mo{text-align: center;line-height: 40px;background: #f7f7f7;}
    #tnb-mo > li{display: inline-block;margin: 0 10px;}
    #tnb-mo > li a{font-size: 12px;color: #333;}

    #gnb-mo > li{border-bottom: 1px solid #e1e1e1;}
    #gnb-mo > li > a{display: block;line-height: 40px;padding: 0 15px;font-size: 14px;letter-spacing: -1px;color: #333;text-decoration: none;}
    #gnb-mo > li > ul{padding: 10px 15px;border-top: 1px solid #e1e1e1;background: #f7f7f7;display: none;}
    #gnb-mo > li > ul li a{line-height: 30px;font-size: 14px;color: #666;text-decoration: none;}
    #gnb-mo > li > ul > li > ul {display: none}
    #gnb-mo > li.hidden-gnb{display: none;}

    #hd-lan-mo{position: absolute;top: 0;left: 15px;z-index: 92;}
    #hd-lan-mo > a{display: block;line-height: 50px;padding: 0 10px 0 20px;font-size: 12px;color: #fff;text-decoration: none;text-transform: uppercase;background: url('../images/layout/hd-lan-ico-mo.png') no-repeat 0 center / 15px auto, url('../images/layout/hd-lan-spr-mo.png') no-repeat right center / 6px auto;}
    #hd-lan-mo > ul{position: absolute;top: 40px;left: 50%;display: none;width: 80px;margin-left: -40px;padding: 10px 0;border: 1px solid #b8b8b8;background: #fff;}
    #hd-lan-mo > ul:before{position: absolute;top: -7px;left: 50%;content: '';display: block;width: 6px;height: 7px;margin-left: -3px;background: url('../images/layout/hd-lanbox-spr-mo.png');}
    #hd-lan-mo > ul li a{display: block;font-size: 12px;line-height: 20px;color: #666666;text-decoration: none;text-align: center;text-transform: uppercase;}
    #hd-lan-mo.on > ul{display: block;}

    #hd-sch-mo{position: absolute;top: 14px;left: 85px;z-index: 91;}
    #hd-sch-mo .btn{display: block;width: 21px;height: 21px;background: url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 16px auto;text-indent: -999em;border: none;}
    #hd-sch-mo form{position: fixed;display: none;top: 50px;right: 0;width: 80%;padding-right: 50px;border: 1px solid #333;border-width: 1px 0 1px 0;overflow: hidden;background: #fff;box-sizing: border-box;}
    #hd-sch-mo legend{display: none;}
    #hd-sch-mo .inp{width: 100%;height: 38px;line-height: 38px;text-indent: 10px;background: none;border: none;font-size: 12px;}
    #hd-sch-mo .sbm{position: absolute;top: 0;right: 0;width: 40px;height: 40px;background: #333 url('../images/layout/hd-sch-btn-mo.png') no-repeat center center;background-size: 18px auto;border: none;text-indent: -999em;}
    #hd-sch-mo.on form{display: block;}

    /* Site Layer Popup */
    .sp-pop{top: 65px !important;left: 5% !important;width: 90% !important;height: auto !important;}
    .sp-pop .img{position: relative;min-height: 100px;padding-bottom: 30px;}
    .sp-pop .img img{max-width:100%;}
    .sp-pop .btns li{height: 30px;}
    .sp-pop .btns li a,
    .sp-pop .btns li label{line-height: 28px;}

    /* etc */
    .table1 tr > *{font-size: 11px;line-height: 15px;}

}

/**************************************************
	Ajax Popup
**************************************************/
@media screen and (max-width: 1200px){

    #popup{top: 5%;left: 5%;width: 90%;height: 90%;margin-top: 0;margin-left: 0;padding-top: 41px;}
    #popup .pop-tit{height: 40px;padding: 0 10px;}
    #popup .pop-tit h3{font-size: 13px;line-height: 40px;}
    #popup .pop-tit .close{width: 39px;height: 39px;line-height: 39px;font-size: 13px;}
    #popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
    #popup.on{opacity: 1;}
    #popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
    #popupBG.on{opacity: 1;}

    /* sitemap */
    #popup .sitemap > li{width: 49%;}
    #popup .sitemap > li > a{font-size: 12px;line-height: 35px;}
    #popup .sitemap > li ul li a{font-size: 12px;padding: 7px 0;}

}


/**************************************************
	Main
**************************************************/
@media screen and (max-width: 1670px){

    #main #mainWrap .inner2 {width: auto; padding: 0 10px}

    #mainWrap .linkWrap ul {padding: 0 10px; margin: 0 -15px}
    #mainWrap .linkWrap ul li {width: calc(25% - 30px); padding: 0 20px; margin: 0 15px}
    #mainWrap .linkWrap ul li p {font-size: 18px}


}

@media screen and (max-width: 1200px){

    #main #mainWrap{width: auto;margin: 0;padding: 0;}
    #main #mainWrap .inner1 {width: auto; padding: 0 10px}

    #main .visual .visText span {font-size: 14px; line-height: 20px}
    #main .visual .visText h5 {margin: 15px 0; font-size: 28px; line-height: 32px}
    #main .visual .visText p {font-size: 16px; line-height: 24px}
    #main .visual .roll .item img{position: static;margin-left: 0;width: 100%;height: auto;}
    #main .visual .slick-dots{bottom: 20px;}
    #main .visual .slick-dots li{margin: 0 2px;}
    #main .visual .slick-dots li button{width: 12px;height: 12px;}


    #mainWrap .linkWrap {padding-top: 50px}
    #mainWrap .linkWrap ul {padding: 0 5px; margin: -10px}
    #mainWrap .linkWrap ul li {width: calc(50% - 20px); margin: 10px}



    #mainWrap .sec01 {padding: 50px 0}
    #mainWrap .sec01 dl {margin: 0 -5px}
    #mainWrap .sec01 dl > * {width: calc(50% - 10px); height: 280px; margin: 0 5px}
    #mainWrap .sec01 dl .box h6 {bottom: 30px; left: 30px; font-size: 20px; line-height: 30px; padding-right: 30px}
    #mainWrap .sec01 dl .box h6:after {bottom: 6px; width: 18px; height: 18px}
    #mainWrap .sec01 dl .box h6 span {font-size: 14px; line-height: 20px; margin-bottom: 2px}

    #mainWrap .sec02 {padding: 50px 0}
    #mainWrap .sec02 .title {margin-bottom: 30px}
    #mainWrap .sec02 .title h5 {font-size: 26px; line-height: 30px}
    #mainWrap .sec02 .title h5 p {font-size: 15px; line-height: 22px}
    #mainWrap .sec02 .tabWrap .tabList li {width: 25%}
    #mainWrap .sec02 .tabWrap .tabList li a {width: 100%; border-left: 1px solid #ddd; line-height: 40px; font-size: 14px}
    #mainWrap .sec02 .tabWrap .tabCont {margin-top: 25px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul {margin: -15px -5px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li {width: calc(100% / 2 - 10px); margin: 15px 5px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li p {margin-top: 15px; font-size: 16px; line-height: 22px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li .thumb .hov p {font-size: 18px; line-height: 22px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li .thumb .hov p span {margin-top: 10px; font-size: 11px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li .thumb .hov p span:after {bottom: 2px; width: 60px; margin-left: -30px}

    #mainWrap .sec03 {padding: 50px 0}
    #mainWrap .sec03 .title {margin-bottom: 30px}
    #mainWrap .sec03 .title h5 {font-size: 28px; line-height: 32px}
    #mainWrap .sec03 .title h5 p {margin-top: 10px; font-size: 15px; line-height: 20px}
    #mainWrap .sec03 dl {margin: 0 -10px; width: 100%}
    #mainWrap .sec03 dl:after {content: ''; display: block; clear: both}
    #mainWrap .sec03 dl > * {float: left; width: calc(50% - 20px); margin: 0 10px}
    #mainWrap .sec03 dl .box {padding: 0 10%}
    #mainWrap .sec03 dl .box h6 {font-size: 18px; line-height: 22px}
    #mainWrap .sec03 dl .box h6 p {font-size: 14px; line-height: 18px; margin-top: 7px}

    #mainWrap .sec04 {padding: 50px 0}
    #mainWrap .sec04 .title {margin-bottom: 30px}
    #mainWrap .sec04 .title h5 {font-size: 28px; line-height: 32px}
    #mainWrap .sec04 .title h5 p {margin-top: 10px; font-size: 15px; line-height: 20px}

    #mainWrap .sec05 {padding: 50px 0}
    #mainWrap .sec05 .title h5 {font-size: 26px; line-height: 30px}
    #mainWrap .sec05 .title a {padding-bottom: 2px}
    #mainWrap .sec05 ul {margin-top: 30px}
    #mainWrap .sec05 ul li {width: 50%; border-width: 0 1px 1px 0; padding: 0 30px; height: 160px}
    #mainWrap .sec05 ul li:nth-child(-n+2) {border-top: 1px solid #ddd}
    #mainWrap .sec05 ul li:nth-child(2n+1) {border-left: 1px solid #ddd}
    #mainWrap .sec05 ul li .mid span {font-size: 12px; line-height: 16px}
    #mainWrap .sec05 ul li .mid h6 {font-size: 18px; line-height: 24px; margin: 5px 0}
    #mainWrap .sec05 ul li .mid p {font-size: 13px; line-height: 20px}

    #mainWrap .sec06 {padding: 50px 0}
    #mainWrap .sec06 .title {margin-bottom: 30px}
    #mainWrap .sec06 .title h5 {font-size: 26px; line-height: 30px}
    #mainWrap .sec06 .title h5 p {font-size: 15px; line-height: 22px}
    #mainWrap .sec06 .prdtList {margin: -10px}
    #mainWrap .sec06 .prdtList li {width: calc(25% - 20px); margin: 10px}

}

@media screen and (max-width: 750px){

    #main .visual .visText span {font-size: 12px}
    #main .visual .visText h5 {font-size: 20px; line-height: 26px; margin: 10px 0}
    #main .visual .visText p {font-size: 14px; line-height: 22px}

    #mainWrap .linkWrap ul {padding: 0; margin: -5px}
    #mainWrap .linkWrap ul li {width: calc(50% - 10px); margin: 5px; padding: 15px 10px}
    #mainWrap .linkWrap ul li p {padding-left: 0; padding-top: 30px; font-size: 16px; line-height: 22px; background-position: center top !important; background-size: auto 25px !important}
    #mainWrap .linkWrap ul li p span {display: block; font-size: 13px; background-position: calc(50% + 25px) center}


    #mainWrap .sec01 dl {margin: -5px 0}
    #mainWrap .sec01 dl > * {width: 100%; height: 160px; margin: 5px 0}
    #mainWrap .sec01 dl .box h6 {bottom: 20px; left: 20px; font-size: 17px; padding-right: 25px}
    #mainWrap .sec02 .title {margin-bottom: 25px}
    #mainWrap .sec02 .title h5 {font-size: 22px; line-height: 28px}
    #mainWrap .sec02 .title h5 p {font-size: 14px; line-height: 20px; margin-top: 2px}
    #mainWrap .sec02 .tabWrap .tabList li {width: 50%; border: 1px solid #ddd; border-width: 0 1px 1px 0; box-sizing: border-box}
    #mainWrap .sec02 .tabWrap .tabList li:nth-child(-n+2) {border-top: 1px solid #ddd}
    #mainWrap .sec02 .tabWrap .tabList li:nth-child(2n+1) {border-left: 1px solid #ddd}
    #mainWrap .sec02 .tabWrap .tabList li a {border: 0; font-size: 13px; line-height: 36px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li p {margin-top: 10px; font-size: 14px}
    #mainWrap .sec02 .tabWrap .tabCont .cont ul li .thumb .hov p {font-size: 14px; line-height: 20px}
    #mainWrap .sec03 .title {margin-bottom: 25px}
    #mainWrap .sec03 .title h5 {font-size: 22px; line-height: 30px}
    #mainWrap .sec03 .title h5 p {margin-top: 5px; font-size: 14px; padding: 0 10px}
    #mainWrap .sec03 dl {margin: -5px 0; padding: 0 10px; box-sizing: border-box}
    #mainWrap .sec03 dl > * {float: none; width: 100%; margin: 5px 0; height: 110px}
    #mainWrap .sec04 .title {margin-bottom: 25px}
    #mainWrap .sec04 .title h5 {font-size: 22px; line-height: 30px}
    #mainWrap .sec04 .title h5 p {margin-top: 5px; font-size: 14px; padding: 0 10px}
    #mainWrap .sec05 .title h5 {font-size: 22px}
    #mainWrap .sec05 ul li {float: none; width: 100%; border-left: 1px solid #ddd; padding: 0 20px}
    #mainWrap .sec05 ul li:first-child {border-top: 1px solid #ddd !important}
    #mainWrap .sec05 ul li:nth-child(-n+2) {border-top: 0}
    #mainWrap .sec05 ul li .mid h6 {font-size: 17px; line-height: 22px}
    #mainWrap .sec06 .title {margin-bottom: 25px}
    #mainWrap .sec06 .title h5 {font-size: 22px; line-height: 28px}
    #mainWrap .sec06 .title h5 p {font-size: 14px; line-height: 20px; margin-top: 2px}
    #mainWrap .sec06 .prdtList {margin: -8px}
    #mainWrap .sec06 .prdtList li {width: calc(50% - 16px); margin: 8px}

}

/**************************************************
	Sub
**************************************************/

@media screen and (max-width: 1700px) {

    .labWrap .top {position: relative; width: 100vw; top: 0; left: 50%; margin-left: -50vw; padding: 0 50px}


}

@media screen and (max-width: 1200px){

    #sub #content{ width: auto;padding: 40px 10px; }

    #sub .sub-vis{height: 150px;}
    #sub .sub-vis h2{font-size: 20px;}
    #sub .sub-vis h2 em{margin-top: 5px;font-size: 11px;}

    #sub .sub-tit{margin-bottom: 20px;}
    #sub .sub-tit h3{font-size: 14px;margin-top: 0;}

    .lnbWrap{display: none;}

    #status{display: none;}

    #navigator{display: block; border-width: 0 0 1px 0;}
    #navigator > ul{width: auto;border-left: none;padding-left: 40px;}
    #navigator > ul > li{width: 50%;box-sizing: border-box;}
    #navigator > ul > li > a{min-width: 0;font-size: 13px;padding: 0 20px 0 10px;line-height: 40px;background-size: 8px auto;}
    #navigator > ul > li:first-child{position: absolute;top: 0;left: 0;width: 40px;}
    #navigator > ul > li:first-child a{width: 40px;background: none;}
    #navigator > ul > li.d2,
    #navigator > ul > li.d4 {border: none;}
    #navigator > ul > li > ul{top: 40px;left: 0;}
    #navigator > ul > li.d2 > ul,
    #navigator > ul > li.d4 > ul{border-right: none;}
    #navigator > ul > li > ul li a{padding: 10px;font-size: 13px;}
    #navigator > ul > li:nth-child(n+4) {border-top: 1px solid #ddd}
    #navigator > ul > li.d1 {z-index: 50}
    #navigator > ul > li.d2 {z-index: 40}
    #navigator > ul > li.d3 {z-index: 30}
    #navigator > ul > li.d4 {z-index: 20}
	#navigator > ul > li.sel_search {width:100%; padding:5px 10px; height:40px; border-right:0;}
	.sel_search .inp {width:calc(100% - 85px);}

    #navigator > ul > li.sel_search:before {content: ''; position: absolute; top: -1px; left: -40px; width: 40px; height: 1px; background: #ddd}
    #navigator > ul > li.sel_search:after {content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 40px; background: #ddd}
    #navigator > ul > li.d3:before {content: ''; position: absolute; top: -1px; left: -40px; width: 40px; height: 1px; background: #ddd}
    #navigator > ul > li.d3:after {content: ''; position: absolute; top: 0; left: -1px; width: 1px; height: 40px; background: #ddd}

    .subTitle h5 {font-size: 22px; line-height: 30px; padding-bottom: 15px}
    .subTitle h5 span {font-size: 13px; padding-left: 5px}

    .ceoWrap .Text {margin-top: 40px}
    .ceoWrap .Text h5 {font-size: 26px; line-height: 30px}
    .ceoWrap .Text strong {font-size: 18px; line-height: 24px}
    .ceoWrap .Text p {margin-top: 15px; font-size: 14px; line-height: 22px}

    .absWrap .tblWrap {margin-bottom: 40px}
    .absWrap .tblWrap table colgroup {display: none !important}
    .tblWrap table tr > * {font-size: 14px; line-height: 22px; padding: 10px 15px}
    .absWrap .box dl {margin-top: 30px; padding: 30px 40px}
    .absWrap .box dl dt {font-size: 17px; line-height: 22px; padding-bottom: 10px; margin-bottom: 10px}
    .absWrap .box dl dd {font-size: 14px; line-height: 22px}

    .orgWrap .box {padding: 40px 25px; margin-top: 30px}
    .orgWrap .box dl dt {width: 200px; height: 70px; line-height: 60px; border-width: 5px; font-size: 17px}
    .orgWrap .box dl dt:before {bottom: -40px}
    .orgWrap .box dl dt:after {bottom: -70px; height: 65px}
    .orgWrap .box dl dd {margin-top: 65px}
    .orgWrap .box dl dd ul {margin: 0 -15px}
    .orgWrap .box dl dd ul li {width: calc(25% - 30px); margin: 0 15px; margin-top: 30px; line-height: 44px; font-size: 14px; border-radius: 5px}
    .orgWrap .box dl dd ul li:before {top: -30px; height: 30px}
    .orgWrap .box dl dd ul li:after {top: -33px}

    .rspWrap {margin: -15px 0}
    .rspWrap dl {float: none; width: 100%; margin: 15px 0}
    .rspWrap dl dt {font-size: 17px; line-height: 22px; padding-bottom: 10px}
    .rspWrap dl dd table colgroup col:first-child {width: 100px !important}

    .intWrap ul {margin: -10px}
    .intWrap ul li {width: calc(100% / 2 - 20px); margin: 10px}
    .intWrap ul li .thumb p {padding: 15px; font-size: 18px; line-height: 22px}

    .labWrap .top {width: calc(100% + 20px); height: auto; left: -10px; margin: 0; padding: 50px 20px}
    .labWrap .top .mid h5 {font-size: 32px; line-height: 40px}
    .labWrap .top .mid strong {margin: 25px 0 20px; font-size: 22px; line-height: 30px}
    .labWrap .top .mid p {font-size: 15px; line-height: 22px}
    .labWrap .top .mid a {margin-top: 30px; width: 150px; line-height: 44px; font-size: 14px}
    .labWrap .list {padding-top: 80px}
    .labWrap .list > h6 {font-size: 24px; line-height: 30px; padding-bottom: 20px}
    .labWrap .list .box dl {margin-top: 40px}
    .labWrap .list .box dl > * {float: none; width: 100%}
    .labWrap .list .box dl dd {display: block; height: auto; padding-left: 0; margin-top: 30px}
    .labWrap .list .box dl dd .mid {display: block}
    .labWrap .list .box dl dd .mid h6 {font-size: 20px; line-height: 26px}
    .labWrap .list .box dl dd .mid ul {margin-top: 10px}
    .labWrap .list .box dl dd .mid ul li {font-size: 14px; line-height: 22px; padding-left: 15px}
    .labWrap .list .box dl dd .mid ul li:before {top: 9px}




}

@media screen and (max-width: 750px){

    #sub .sub-vis {height: 120px}
    #sub .sub-vis h2 em {padding: 0}

    .subTitle h5 {font-size: 18px; line-height: 24px}
    .subTitle h5 span {display: block; padding-left: 0; margin-top: 5px; line-height: 20px}

    .ceoWrap .Text {margin-top: 30px}
    .ceoWrap .Text h5 {font-size: 20px; line-height: 28px}
    .ceoWrap .Text strong {font-size: 16px; line-height: 22px}

    .absWrap .tblWrap {overflow-x: auto}
    .absWrap .tblWrap table {min-width: 600px}

    .absWrap .box dl {padding: 20px 25px}

    .tblWrap {overflow-x: auto}
    .tblWrap table {min-width: 600px}

    .orgWrap .box {padding: 25px 10px}
    .orgWrap .box dl dt {width: 140px; height: 50px; line-height: 40px; font-size: 15px}
    .orgWrap .box dl dt:before {bottom: -26px}
    .orgWrap .box dl dt:after {bottom: -40px; height: 35px}
    .orgWrap .box dl dd ul {margin: 0 -5px}
    .orgWrap .box dl dd ul:after {top: -30px}
    .orgWrap .box dl dd ul li {width: calc(25% - 10px); margin: 0 5px; font-size: 13px}

    .intWrap ul {margin: -5px}
    .intWrap ul li {width: calc(100% / 2 - 10px); margin: 5px}
    .intWrap ul li .thumb p {padding: 8px; font-size: 14px; line-height: 16px}

    .labWrap .top {padding: 40px 10px}
    .labWrap .top .mid h5 {font-size: 24px; line-height: 30px}
    .labWrap .top .mid strong {margin: 15px 0 10px; font-size: 18px; line-height: 24px}
    .labWrap .top .mid p {font-size: 14px; line-height: 21px}
    .labWrap .top .mid p br {display: none}
    .labWrap .top .mid a {margin-top: 20px; width: 130px; line-height: 40px; font-size: 13px}
    .labWrap .list {padding-top: 50px}
    .labWrap .list > h6 {font-size: 20px; line-height: 28px; padding-bottom: 15px}
    .labWrap .list .box dl {margin-top: 30px}
    .labWrap .list .box dl dd {margin-top: 20px}
    .labWrap .list .box dl dd .mid h6 {font-size: 17px; line-height: 22px}
    .labWrap .list .box dl dd .mid ul {margin-top: 8px}


}
