/* 모든 스타일은 css 충돌방지를 위해 .certificate2을 기준으로 작성 하시면 됩니다. 예) .certificate2 .box {} */
  .certificate2{}
  
/* 공통 */
#ctt {display: none;}
.clearboth::before, .clearboth::after {display: block; content:""; clear: both;}

/* 페이지타이틀 */
.pageTitle {width: 100%; height: 410px; background: url(../certificate/images/sub-2.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;}


/* 페이지내용 */
.tBold5 {font-weight: 500 !important;}
.tBold6 {font-weight: 600 !important;}
.cRed {color: #dc1d1d;}
.cBlack {color: #333;}
.let-2{letter-spacing: -2.5px !important;}

.pageContentWrap {width: 100%; padding: 80px 0;}
.pageContent {width: 1300px; margin: 0 auto;}
.pageContent_title {padding-bottom: 100px;}
.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 > ul {width: 100%; }
.pageContent_index > ul > li {float:left; width: 50%;}
.pageContent_index > ul > li > a {text-align: center;}


/*index1*/
.mb20 {margin-bottom: 60px;}
.pageContent_index1 ul li {width: 19%; float: left; margin-right: 8%; height: 450px; }
.pageContent_index1 ul li img {border: 1px solid #f4f4f4;}
.pageContent_index1 ul li:nth-of-type(4n) {margin-right: 0;}
.pageContent_index1 ul li img {width: 100%;}
.pageContent_index1 ul li p:nth-of-type(1) {    height: 90px;
    padding: 15px 5px; text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 700;}
.pageContent_index1 ul li p:nth-of-type(1) > span {    display: block;
    color: #999;
    font-weight: 600;
    font-size: 16px;
    padding-top: 5px;}


.certificate2 {position: relative;}
.click_pop {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999; display: none; }
.click_pop > div {position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%;}
.click_pop img {width: 450px; display: block; object-fit: cover; position: absolute; transform: translate(-50%, -50%); top: 50%; left: 50%; max-width: none;}
.click_pop button {background: #e60013;
    width: 50px;
    height: 50px;
    border: none;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
    position: absolute;
     right: -224px;
    top: -318px; transition: all 0.6s;}

.pageContent_index1 li{cursor:pointer;}


.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;}
  .pageContent_title h1{font-size:28px;}


  /* 페이지 */

  .pageContent_index1 ul li p:nth-of-type(1){font-size:16px; }
  .pageContent_index1 ul li{height:auto;}
}

@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_index1 ul li{width:31.3%;margin:1%;}
}