/* 모든 스타일은 css 충돌방지를 위해 .laboratory을 기준으로 작성 하시면 됩니다. 예) .laboratory .box {} */
  .laboratory{}

/* 공통 */
#ctt {display: none;}
.clearboth::before, .clearboth::after {display: block; content:""; clear: both;}

/* 페이지타이틀 */
.pageTitle {width: 100%; height: 410px; background: url('../laboratory/images/sub-3.png') no-repeat; background-size: cover; background-position: center center; position: relative;}
.pageTitle_textWrap {width: 1300px; margin: 0 auto;}
.pageTitle .pageTitle_text {width: 100%; position: absolute; top: 55%; transform: translateY(-50%);}
.pageTitle .pageTitle_text h1 {font-size: 45px; color: #fff; letter-spacing: -3px !important; font-weight: 500;}
.pageTitle .pageTitle_text p {font-size:18px; color: #fff; font-weight: 400; letter-spacing: -1px; margin-top: 20px;}


/* 페이지탭 */
.pageTabWrap {width: 100%; height:55px; margin-top: -55px; position: relative; z-index: 1;}
.pageTabWrap .pageTab {width: 1300px; height: 100%; margin: 0 auto; position: absolute; z-index: 1; background: #dc1d1d; left: 50%; transform: translateX(-50%);}
.pageTabWrap .pageTab >li {float:left; width: 20%; }
.pageTabWrap .pageTab >li:first-child {width: 5%;}
.pageTabWrap .pageTab >li:last-child {width: 55%;}
.pageTabWrap .pageTab >li >a {width: 100%; display: block; text-align: center;line-height: 55px; color: #fff; font-size: 16px;font-weight: 500; text-align: left;border-left: 1px solid #e83434; padding-left: 30px;}
.pageTabWrap .pageTab >li:first-child >a {text-align: center; border: none; padding: 0;}
.pageTabWrap .pageTab >li >a:hover  {background: #d20010;}
.pageTab_submenu {width: 100% !important; padding: 15px 0; background: #f9f9f9; border: 1px solid #efefef; display: none;}
.active1 {background: #d20010;}
.active2 {display: block;}
.pageTab_submenu >li {width: 100%;}
.pageTab_submenu >li> a {display: block; width: 100%; font-size: 15px; padding: 10px 30px; background: #f9f9f9; box-sizing: border-box;}
.pageTab_submenu >li> a:hover {color: #d20010;}
.pageTab_arrow {padding-right:20px; float: right;}
.pageTab_arrow img {width: 14px;}


/* 페이지내용 */
.tBold4 {font-weight: 400 !important;}
.tBold5 {font-weight: 500 !important;}
.tBold6 {font-weight: 600 !important;}
.cRed {color: #dc1d1d;}
.cBlack {color: #333;}
.let-2{letter-spacing: -2px !important;}

.pageContentWrap {width: 100%; padding: 80px 0 0;}
.pageContent {width: 1300px; margin: 0 auto;}
.pageContent_title {padding-bottom: 120px;}
.pageContent_title h1 {position: relative; text-align: center; font-size: 35px; font-weight: 400;}
.pageContent_title h1::before {position: absolute; display: block; content:"";
  width: 2px; height: 38px; background-color: #e60012; transform: rotate(-45deg);
  top: 49px; left: 50%;}

/* index */
.pageContent_index {width: 100%;}

.pageContent_index h2 {font-size: 35px; font-weight: 500; letter-spacing: -3px !important; line-height: 47px; padding-bottom: 40px; color: #222;}
.pageContent_index p {font-size: 18px; line-height: 35px; font-weight: 400; letter-spacing: -1px !important;}

.pageContent_dummy2 {width: 50%; float: left;}
.dummy2_left {padding-right: 80px; box-sizing: border-box;}
.dummy2_right {height: 400px; overflow: hidden;}
.dummy2_right  >img {object-fit:cover; width: 100%; height: 100%;}



/*추가*/
.pageContent_index1 > img {width: 100%;}
.imgtext> div {width: 31%; margin-right: 3.5%; float: left;}
.imgtext> div:last-child {margin-right: 0;}
.pageContent_index p {line-height: 26px; color: #333;}
.pageContent_index  h1 {font-size: 22px; line-height: 50px; color: #d1d1d1; font-weight: 600; letter-spacing: -0.5px !important; margin-bottom: 15px;}
.imgtext  h1 {font-size: 18px; line-height: 50px; color: #7a9ebd; font-weight: 600; letter-spacing: -0.5px !important;}
.imgtext {
  padding: 30px 40px;
  background: aliceblue;
  border-radius: 15px;
  margin: 0 50px;
  margin-top: -54px;
  position: relative;
}

.pageContent_index1 {position: relative;}
.pageContent_index h3 {font-size: 40px; font-weight: 600; letter-spacing: -2px !important; line-height: 54px; padding-bottom: 40px; color: #3e7899; text-align: center; position: absolute; bottom:174px; left: 50%; transform: translateX(-50%);}
.pageContent_index1 > img:nth-of-type(2) {width: 100%; opacity: 0.3; margin-top: -140px;}




.mb_br{display:none;}

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

  /* 서브탑 */
  .pageTitle_textWrap{width:100%;}
  .pageTitle{height:300px;}

  .pageTitle .pageTitle_text h1{font-size:28px;}
  .pageTitle .pageTitle_text {top: 45%;left: 10%;}


  .pageTabWrap .pageTab{width:100%;}
  .pageTabWrap .pageTab >li:first-child{width:80px;}
  .pageTabWrap .pageTab >li{width:30%;}

  .pageContent{width:90%;}
  .pageContentWrap{padding:50px 0 0 0}
  .pageContent_title h1{font-size:28px;}


  /* 페이지 */

  
  .pageContent_index h1{font-size:15px;}
  .pageContent_index h2{font-size:28px;line-height:40px;}
  .pageContent_index h3{font-size:28px;line-height:40px;}
  .pageContent_index p{font-size:16px;line-height:24px;font-weight:600;}
  .imgtext h1{font-size:14px;line-height:24px;}
}

@media screen and ( max-width:1024px){
  .imgtext> div{width:90%;margin-bottom:1%;}
  .pageContent_index1 > img:nth-of-type(2){margin-top:0;}
}


@media screen and ( max-width:799px){
  .pageContent_title h1{font-size:22px;}

  .pageTitle .pageTitle_text p{font-size:16px;}
  .pageTitle .pageTitle_text h1{font-size:20px;font-weight:700;}
  .pageTabWrap .pageTab >li:first-child{display:none;}
  .pageTabWrap .pageTab >li{width:50%;}

  .mb_br{display:block;}

  /* 페이지 */

  .pageContent_index h2{font-size:22px;line-height:32px;}
  .pageContent_index h3{width:90%;font-size:20px;line-height:30px;position:relative;bottom:auto;padding:30px 0;}
  .pageContent_index1 > img:nth-of-type(2){position:absolute;bottom:0;}
  
  .imgtext {

    width: 100%;
    margin: 0px auto;}
}