@charset "utf-8";

/* 서브페이지 - 베이스 */
.sub__topOuter {}
.sub__visual {position: relative; height: 510px;}
.sub__visualBg {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.sub__visualTitle {line-height: 1.5; font-size: 55px; color: #fff; font-weight: 700; font-family: 'Exo', sans-serif; padding: 230px 0 0px;}
.sub__Path {display: flex; margin-top: 20px;}
.sub__Path li:first-child {width: 14px; height: 14px; background: url("../image/sub/homeIcon.png") no-repeat center; margin-top: 1px;}
.sub__Path li {color: #fff; font-size: 16px; line-height: 1; margin-right: 10px;}
.sub__Path li:not(:first-child):before {display: inline-block; content: ""; width: 4px; height: 4px; background: #fff; border-radius: 50%; margin-bottom: 4px; margin-right: 10px;}
.sub__lnb {border-bottom: 1px solid #ddd; height: 70px; line-height: 70px;}
.sub__lnb a {font-size: 18px; color: #222; margin-right: 55px; display: inline-block; box-sizing: border-box; height: 70px; line-height: 67px;}
.sub__lnb a:last-child {margin-right: 0;}
.sub__lnb a.active {font-weight: bold; color: #ff8b00; border-bottom: 3px solid #ff8b00;}
.sub_titM {font-size: 52px; letter-spacing: -2px; line-height: 1.5; font-weight: bold; margin-top: 150px; margin-bottom: 60px;}
.space {height: 150px;}

/* 타블렛 세로 */
@media all and (max-width:1024px) {
	.sub_tit {margin-top: 80px; font-size: 30px;}
	.sub_bg {margin: -20px auto 0; margin-bottom: 70px;}
	.sub_titM {font-size: 35px; margin-top: 70px; margin-bottom: 20px;}
	.space {height: 80px;}
}

/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:768px) {
	.sub__visual {height: 350px;}
	.sub__visualTitle {font-size: 38px; padding: 180px 0 0px;}
	.sub__Path {margin-top: 10px;}
	.sub__Path li {font-size: 14px;}
	.sub__lnb {height: 65px; line-height: 65px;}
	.sub__lnb .w_1320 {overflow-y: scroll;}
	.sub__lnb a {font-size: 16px; margin-right: 28px; height: 65px; line-height: 65px;}
	.sub_tit {font-size: 34px;}

	.sub_titM {font-size: 28px;}
	.sub_titM br {display: none;}
	.sub_desc {font-size: 17px;}
}

/* 모바일 상세 */
@media all and (max-width:640px) {	
	.sub__lnb, .sub__lnb a{height: 50px; line-height: 50px;}
}

/* 모바일 가로 */
@media all and (max-width:568px) {}

@media all and (max-width:425px) {}

@media all and (max-width:375px) {}

@media all and (max-width:320px) {}

/* 회사소개 */
.sub_tit {font-size: 62px; letter-spacing: -2px; line-height: 1.3; font-weight: bold; margin-top: 150px; color: #000; text-shadow: 2px 2px 0 white;}
.sub_bg {margin: -37px auto 0; margin-bottom: 100px;}
.ceo_tit, .fam_tit {color: #ff8b00; font-size: 24px; line-height: 1.3; font-weight: bold; margin-bottom: 40px; letter-spacing: -1px;}
.ceo_content, .fam_content {display: flex; color: #444; font-size: 18px; line-height: 1.8; justify-content: space-between;}
.ceo_contentL, .ceo_contentR {width: 48%;}

.phlo_tit {font-family: 'Exo', sans-serif; font-size: 40px; line-height: 1.1; letter-spacing: -1px; font-weight: 700; margin-bottom: 50px; color: #0081b5;}

@media all and (max-width:1024px) {	
	.ceo_tit, .fam_tit, .phlo_tit {font-size: 28px; margin-bottom: 20px;}
	.ceo_content, .fam_content {font-size: 16px;}
	.ceo_content br {display: none;}
	.fam_content br {display: none;}
	
	.main-bn p{font-size:16px;} 
}
@media all and (max-width:768px) {
	.sub_tit {font-size: 34px; margin-top: 100px;}
	.ceo_content {flex-direction: column;}
	.fam_content {flex-direction: column;}
	.ceo_content br {display: none;}
	.fam_content br {display: none;}
	.ceo_contentL, .ceo_contentR {width: 100%;}
	.ceo_contentL {margin-bottom: 20px;}
	.phlo_tit br {display: none;}
}
@media all and (max-width:640px) {
	.sub_tit{font-size: 7vw; margin-top: 50px;}	
	.phlo_tit {font-size: 24px; margin-bottom: 50px;}
}


/* 제로원 패밀리 */
.sub_desc {font-size: 21px; color: #333; line-height: 1.7; letter-spacing: -.5px; margin-bottom: 75px;}
.labWrap {display: flex; flex-wrap: wrap;}
.labContents {width: calc((100% - (20px * 3)) / 4); margin-right: 20px; border: 1px solid #ddd; padding: 20px 20px;}
.labContents:last-child {margin-right: 0;}
.lab_icon {margin: 0 auto; width: 273px; height: 273px;}
.lab_subject {text-align: center; font-size: 20px; margin-top: 20px; /*margin-bottom: 40px;*/ line-height: 1.5em; height: 3em; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.lab_desc {font-size: 18px; font-weight: 300; color: #333; line-height: 1.6; letter-spacing: -.5px;}

@media all and (max-width:1024px) {	
	.labContents {width: calc((100% - (20px px * 1)) / 2); margin-bottom: 20px;}
	.labContents:nth-child(2n) {margin-right: 0;}
}
@media all and (max-width:768px) {
	.sub_desc {font-size: 17px;}
	.labContents {width: 100%; padding: 25px 20px; margin-right: 0;}
	.lab_icon {width: 270px; height: 270px;}
	.lab_subject {font-size: 24px; margin-top: 25px; margin-bottom: 10px;}
	.lab_desc {font-size: 17px; text-align: center;}
}


/* 서비스안내 */
.service_block {overflow: hidden; padding: 0px 0px;	color: #101010;}
.service_block:last-child {margin-bottom: 0px;}
.service_block .tit_lf {float: left; padding-top: 35px;	border-top: 3px solid #333;	width: 260px;}
.service_block .tit_lf h3 {font-size: 30px; line-height: 42px; letter-spacing: -2px;}
.service_block .con {float: right; padding-top: 40px; border-top: 1px solid #787878; width: calc( 100% - 340px);}
.service_block .con p {margin-bottom: 30px; font-size: 18px; line-height: 28px; color: #666;}
.service_block .con h5 {margin-bottom: 5px;	font-size: 21px; line-height: 30px; letter-spacing: -1px;}
.service_block .con .img_box, .duty_block .img_box {overflow: hidden; padding: 0px 0px; display: flex; margin-bottom:40px;}
.service_block .con .ui.button {font-size: 16px; line-height: 24px; padding: 12px 80px; font-weight: 400; letter-spacing: -1px;}
.ui.black.button, .ui.black.buttons .button {background-color: #1b1c1d; color: #fff; text-shadow: none; background-image: none; margin-bottom: 60px !important;}
.service_block .con .ui.button:not(.icon)>.icon:not(.button):not(.dropdown) {margin-left: 10px; margin-right: 0px;}
.service_block .con .txt_brown {color: #C69A5B; display: block;}
.service_block .con .tab_40 {display: block; position: relative; padding-left: 40px;}
.service_block .con .tab_60 {display: block; position: relative; padding-left: 60px;}
.service_block .con .tab_40:before {content: "-"; position: absolute; left: 25px; top: 0px;}
@media only screen and (max-width:1200px) {
	.service_block {padding: 0px;}
	.service_block .con .ui.button {font-size: 15px; line-height: 22px; padding: 12px 50px;}
}
@media only screen and (max-width:1024px) {
	.service_block .tit_lf {padding-top: 25px; width: 210px;}
	.service_block .con {padding-top: 25px; width: calc( 100% - 280px);}
	.service_block .con .ui.button {font-size: 14px; line-height: 21px; padding: 12px 40px;}
}
@media only screen and (max-width:850px) {
	.service_block .tit_lf {padding-top: 25px; float: none; width: 100%; margin-bottom: 20px;}
	.service_block .con {padding-top: 0px; float: none; width: 100%; border-top: none;}
	.service_block .con .ui.button {font-size: 14px; line-height: 21px; padding: 12px 40px;}
}
@media only screen and (max-width:550px) {
	.service_block .con .ui.button {font-size: 13px; line-height: 18px; padding: 10px 20px;}
	.service_block .con .img_box {margin-bottom:0;}
}

/* 의무소독시설 */
.duty_block p {margin-bottom: 30px; font-size: 18px; line-height: 28px; color: #666;}
.duty_block .img_box {overflow: hidden; padding: 0px 0px; display: flex; margin-bottom:40px;}
@media only screen and (max-width:1024px) {
	.duty_block p {margin-bottom: 30px; font-size: 14px; line-height: 18px; color: #666;}
}

/* 탭박스 */
.tab_box2 {margin-bottom:50px;}
.tab_box2:after {content:'';display:block; clear:both;}
.tab_box2 .btn_open {display:none;}
.tab_box2 li {display:table; float:left; width:calc(25% + 1px ); margin-left:-1px; margin-top:-1px; height:100%; }
.tab_box2.col2 li {width:50%;}
.tab_box2.col3 li {width:33.33%;}
.tab_box2.col4 li {width:25%;}
.tab_box2.col5 li {width:20%;}
.tab_box2.col6 li {width: 16.66667%;}
.tab_box2 li a {position:relative; display:table-cell; height:55px; color:#555; font-size:20px; text-align:center; vertical-align:middle; border:1px solid #dedede; font-weight:500; text-decoration:none; transition:background-color 0.1s ease-in-out;}
.tab_box2 li a:after {content:''; z-index:-1; position:absolute; left:0; bottom:0; display:block; width:100%; height:0%; background:#f2f2f2; transition: all 0.3s ease 0s;}
.tab_box2 li a:hover {color:#444;z-index:10;}
.tab_box2 li a:hover:after,.tab_box2 li a:focus:after {height:54px; transition: all 0.3s ease 0s;} 
.tab_box2 li.on a {background:#0053a5; color:#fff; font-weight:500; border-color:#0053a5; }
/* 탭박스(링크없음) */
.tab_tx {margin-bottom:50px;}
.tab_tx:after {content:'';display:block; clear:both;}
.tab_tx .btn_open {display:none;}
.tab_tx li {display:table; float:left; width:calc(25% + 1px ); margin-left:-1px; margin-top:-1px; height:100%; }
.tab_tx.col2 li {width:50%;}
.tab_tx.col3 li {width:33.33%;}
.tab_tx.col5 li {width:20%;}
.tab_tx li div {position:relative; display:table-cell; height:55px; color:#555; font-size:20px; text-align:center; vertical-align:middle; border:1px solid #dedede; font-weight:500; text-decoration:none; transition:background-color 0.1s ease-in-out;}
.tab_tx li div:after {content:''; z-index:-1; position:absolute; left:0; bottom:0; display:block; width:100%; height:0%; background:#f2f2f2; transition: all 0.3s ease 0s;}
.tab_tx li.on div {background:#0053a5; color:#fff; font-weight:500; border-color:#0053a5; }

@media all and (max-width:620px) {	
	.tab_box2 {position:relative; margin-bottom:20px;}
	.tab_box2 .btn_open {position:relative; display:block; width:100%; height:45px; padding:0 15px; background:#0053a5; color:#fff; line-height:43px; text-align:left; font-size:15px;} 
	.tab_box2 .btn_open:after {position:absolute; right:15px; top:0; margin-top:0; content:'\e942';font-family:'xeicon';}
	.tab_box2 > ul {z-index:10; position:absolute; display:none; top:100%; left:0; right:0; border:1px solid #dedede;}
	.tab_box2 li {width:100% !important; margin:0;}
	.tab_box2 li a,.tab_box2 li.on a,.tab_box2 li div,.tab_box2 li.on div {min-height:43px; padding:10px 15px; height:auto; font-size:16px; text-align:left; background:#fff; border:none; border-bottom:1px solid #dedede; color:#666; font-weight:normal;}
	.tab_box2 li a:hover {background-color:#f0f0f0;}
	.tab_box2 li a:hover:after,.tab_box2 li a:focus:after {height:auto; transition: all 0.3s ease 0s;} 
	.tab_box2 > ul.active {display:block;}

	/* 탭박스(링크없음) */ 
	.tab_tx {margin-bottom:20px;}
	.tab_tx li div {height:43px; font-size:14.5px}

}

/* 해충박사 */
.pest_list {width:100%;}
.pest_list li:before,
.pest_list li:after {clear:both;display:block;content:'';}
.pest_list li .pest_img {position:relative;width:300px;height:300px;border-radius:50%;overflow:hidden;background:#f5f5f5}
.pest_list li .pest_img img {position:absolute;top:0;left:0;width:100%;height:auto;min-height:300px}

@media (max-width:1024px) {
	.pest_list li .pest_img {text-align:center;margin:0 auto}
}

