.layer-popup {
	position: fixed;
	top: 85px;
	right: 30px;
	bottom: 55px;
	left: 30px;
	max-width:700px;
	z-index: 999;
	margin: 0 auto;
	display: none;
	/* width: 450px; */
	/* max-width: 980px; */
	/* height: 220px; */
	/* height: contents; */
	background-color: #fff;
	border: 4px solid #ddd;
	border-radius: 5px;
	overflow: auto;
	z-index: 600;
	overflow-y: scroll;
 
    /* opacity: 0; */
  	transition: opacity 0.3s ease-in-out;
}

/*
.layer-popup__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding:10px 10px;
}
*/

/* .layer-popup__container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
  background-color: #fff;
  padding: 20px;
  overflow: auto;
} */

/*
.popup-title {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-contents {
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
*/
.popup-title {
	position: sticky;
	top: 0;
	z-index: 1;
	background-color: #fff;
	padding: 10px 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.popup-contents {
	padding-top: 0px;
	background-color: #fff;
	padding-left: 20px;
	padding-right: 20px;
}

/* #imgframe {max-height:120px;} */
#imgframe .item {
	max-height: 200px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#imgframe .img-wrap {
	padding-bottom: 300px;
}

#imgframe .tab-indicators {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

#imgframe .nav a {
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	border-radius: 0px;
	margin: 0px;
}

#imgframe .nav a:hover, #imgframe .nav a:focus, #imgframe .nav .active a
	{
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}

@media ( max-width :767px) {
	.responsive #imgframe .img-wrap {
		padding-bottom: 200px !important;
	}
}

@media screen and (max-width: 550px) {
	.layer-popup {
		position: fixed;
		z-index: 999;
		margin: 0 auto;
		display: none;
		background-color: #fff;
		border: 4px solid #ddd;
		border-radius: 5px;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
}

#imgframe .page_close {
	position: absolute;
	top: 0;
	right: 0;
	width: 55px;
	height: 55px;
	border: none;
	background: none;
	text-indent: -99px;
	color: transparent;
	z-index: 1;
}

#imgframe .page_back:before, .page_back:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
}

#imgframe .page_close:before, .page_close:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 5px;
	height: 52px;
	background-color: #333;
	-webkit-transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
	transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
}

#imgframe .page_close:after {
	-webkit-transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
	transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
}

#imgframe .page_close.p2 {
	/* background-color: rgba(185, 185, 185, 0.5); */
	background-color: rgba(205, 205, 205, 0.5);
}

#imgframe .page_close.p2:before, .page_close.p2:after {
	/* background-color: #00f !important; */
	background-color: #fff !important;
}

#imgframe .page_close.p2:before:hover,
#imgframe .page_close.p2:after:hover {
	width: 8px;
	background-color: rgba(125, 125, 125, 0.8);
}


#imgframe .page_close:before:hover,
#imgframe .page_close:after:hover {
	width: 8px;
	background-color: rgba(0, 0, 0, 0.5);
}

/*
#imgframe .page_close:hover {
	width: 8px;
}
*/

/*
.page_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  border: none;
  background: none;
  text-indent: -99px;
  color: transparent;
  z-index:1;
}

.page_back:before, .page_back:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}
.page_close:before, .page_close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3px;
    height: 52px;
    background-color: #333;
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
    transform: translate(-50%, -50%) scale(0.5) rotate(45deg);
}
.page_close:after {
    -webkit-transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
    transform: translate(-50%, -50%) scale(0.5) rotate(-45deg);
}
*/
.layer-popup ul {
	list-style: none;
}

/*  이앤 기술력 Popup */
.tech_box h3 {
	font-size: 27px;
	margin-bottom: 20px;
	padding-left: 35px;
}

.tech_box h3:before {
	/* background: url('/static/data/sub_bullet.png')no-repeat; */
	content: url("/static/data/sub_bullet.png");
	margin-right: 5px;
}

.tech_box p {
	font-size: 12px;
	margin: 10px auto 20px;
}

.tech_cont p {
	font-size: 12px;
	margin: 10px auto 20px;
}

.tech_box .cont_box {
	margin-bottom: 30px;
}

.tech_box .cont_box div:first-child {
	text-align: center;
	/* width: 10%;
    height: 10%; */
	background: #357c5a;
	/* border-radius: 50%; */
	padding: 5px;
	margin-left: 15px;
}

.tech_box .cont_box div:first-child h4 {
	line-height: 100%;
	color: #fff;
}

.tech_box .cont_box {
	margin-left: 15px;
	margin-bottom: 30px;
}

.tech_box .cont_box div.cont_box_in {
	/* width: calc(90% - 80px); */
	margin-left: 15px;
	border: 3px solid #ebebeb;
	padding: 10px;
}