@charset "utf-8";

dl, dt, dd { margin: 0; padding: 0; }
section {
	height: auto;
    max-height: none;
}

#bannerSection { position: relative; height: 450px; width: 100%; }
#banner_img { position: absolute;
              background: url(../img/view3.png) left 80% no-repeat;
              background-size: cover;	
              height: 450px; width: 100%; z-index: 5; }
#darkfilm { background: rgba(0,0,0,0.6); }
#bannerSection .banner_word { position: absolute; top: 60%; opacity: 0; left: 50%; transform: translate(-50%, -50%); color: #fff; z-index: 9; text-align: center;}
#bannerSection .banner_word li:first-child { font-size: 42px; font-weight: bold; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
#bannerSection .banner_word li:nth-child(2) { width: 100px; height: 5px; background: #d96b2b; margin: 0 auto; margin: 15px auto 25px; }
#bannerSection .banner_word li:last-child { font-size: 20px; text-shadow: 3px 3px 0 rgba(0,0,0,0.8);}
.leftSlideUp {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 0; height: 0;
    border-bottom: 50px solid #fff;
    border-right: 100vw solid transparent;
}


#certificationSection { position: relative; width: 100%; }
#certificationSection .certification_Wrap { width: 1000px; margin: 0 auto; padding-bottom: 60px; }
#certificationSection .certification_Wrap h1 { 
	font-size: 38px;
	font-weight: bold; color: #333;
	border-left: 10px solid #d96b2b;
	text-indent: 20px;
	margin: 60px 0;
}



.certification_btn_Wrap li {
	font-weight: bold; 
	font-size: 18px;
	float: left;
	height: 50px; 
	line-height: 50px;
	cursor: pointer;
	margin: 0 auto;  
	width: 33%;
	text-align: center;
	border: 1px solid #d9dbe1;
    color: #d96b2b;
    font-weight: normal;
	margin: -1px 0 0 -1px;
}
.certification_btn_Wrap li:hover { background: #fff0df; }
.certification_btn_Wrap .active:hover { 
	background: #d96b2b !important;
	font-weight: bold; 
}
.active { background: #d96b2b; color: #fff !important; }

.company_certification_Wrap { display: none; }
.citation_certification_Wrap { display: none; }
.kind_certification_Wrap { width: 100%; margin: 0 auto; text-align: center;  clear: both; }
.certification { width: 25%; float: left; padding: 20px; position: relative; border: 1px solid #e9e9e9; box-shadow: 2px 4px 4px #e5e5e5; margin: 20px; cursor:pointer;}
.certification:hover { border:1px solid #d96b2b; } 
.certification img { width: 100%; height: 360px; object-fit: cover; }
.title { font-weight: bold; font-size: 18px; color: #fff; background: rgba(0,0,0,0.8); height: 30px; line-height: 30px; } 
.btnWrap { clear: both; padding: 20px 0 0; text-align: right; }
.btnWrap button { 
	background: #fff;
	border-radius: 5px;
	color: black;
	outline:none;
	border: 2px solid #d96b2b;
	cursor: pointer;  
	padding: 5px 10px; 
	font-size: 16px; 
}
.btnWrap button:hover { 
	background: #d96b2b;
	color: #fff; 
}
.adminbtnWrap{position: absolute; bottom: 2px; right: 2px; font-size: 14px; z-index: 100;}
.editbtn { color: blue; font-weight: bold; border: none; background: none; cursor: pointer; outline: none; }
.deletebtn { color: red; font-weight: bold; border: none; background: none; cursor: pointer; outline: none; }
form { display: inline-block;}


footer { clear: both; }

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */  
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 2px;
  right: 2px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 모바일 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 720px){
	#bannerSection .banner_word { opacity: 1; }
	#bannerSection { height: 250px; }
	#banner_img { background-size: cover; width: 100%; height: 249px; background-position: center center; }
	.leftSlideUp { border-bottom: 35px solid #fff; } 
	#bannerSection .banner_word li:first-child { font-size: 30px; }
	#bannerSection .banner_word li:nth-child(2) { width: 120px; margin: 10px auto 15px; }
	#bannerSection .banner_word li:last-child { font-size: 18px; }
 	
 	#certificationSection .certification_Wrap { width: 100%; }
	#certificationSection .certification_Wrap h1 {
		margin: 20px; 
		font-size: 26px; 
	}
	.certification_btn_Wrap li {
    	font-size: 14px;
	    height: 30px;
	    line-height: 30px;
	    width: 33%;
	}
	.certification {
	    padding: 2%; margin: 2%;
	    width: 40%;
	}
	.certification img{
		height: 220px;
	}
	.title { font-size: 14px; }
}

/* ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ 탭 버전 ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ*/
@media screen and (max-width: 1250px) and (min-width: 721px) {
	#bannerSection .banner_word { opacity: 1; }
	#aside { display: none; }
	#certificationSection .certification_Wrap { width: 95%; }
	.certification { padding: 10px; margin: 10px; width: 27%; }
}