/* google Programmable Search Engine Layer */
#googleSearchPop .popup {
	top: 90px;
	left: 50%;
	width: 90%;
	max-width: 820px;
	padding: 20px 20px 30px;
	transform: translate(-50%, 0);
	border-radius: 0;
}
#googleSearchPop .pop_title {
	display: block;
	margin-bottom: 20px;
	color: #3c4147;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}
#googleSearchPop form.gsc-search-box {
	margin-bottom: 0;
}
#googleSearchPop .gsib_a {
	height: 28px;
	padding: 0 9px;
}
#googleSearchPop .gsst_b {
	font-size: 15px;
}
#googleSearchPop input.gsc-input {
	height: 27px !important;
}
#googleSearchPop .gsc-control-cse {
	padding: 0;
	border: 0;
}
#googleSearchPop .gsc-search-button-v2 {
	width: 70px;
	height: 30px;
	border: 0;
	border-radius: 0;
	background-color: #01baef;
	background-image: linear-gradient(top, #01baef, #01baef);
}
#googleSearchPop table.gsc-search-box {
	margin-bottom: 0;
}
#googleSearchPop .gsc-results-wrapper-visible {
	margin-top: 25px;
}

/* video popup */
#video_pop .popup {
	width: 660px;
	height: 450px;
	padding: 50px 20px 20px 20px
}
.youtube_box {
	width: 100%;
	height: 338px
}
.youtube_box iframe {
	width: 100%;
	height: 100%
}
#video_pop p {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 500;
	color: #536170;
	text-align: center;
}
#video_pop p img {
	padding: 0 3px;
}

/* lifecycle popup in main */
#lifecyclePopup .popup{
	height: auto;
}
.lifecycle-example {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
	text-align: center;
}
.lifecycle-example h2 {
	position: absolute;
	top: 284px;
	left: 35%;
	width: 30%;
	height: 230px;
	padding: 36px 20px;
	background: #01baef;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	border-radius: 10px;
}
.lifecycle-example li {
	position: absolute;
	width: 30%;
	height: 230px;
	padding: 25px 15px 0;
	border: 1px solid #01baef;
	border-radius: 10px;
	font-size: 14px;	
}
.lifecycle-example li:after {
	content: "";
	position: absolute;
	width: 36px;
	height: 33px;
	background: url('/images/main/svg_arrow_right02.svg') 0 0 no-repeat;
}
.lifecycle-example li:nth-child(1) {
	top: 0;
	left: 0;
}
.lifecycle-example li:nth-child(2) {
	top: 0;
	left: 35%;
}
.lifecycle-example li:nth-child(3) {
	top: 0;
	left: 70%;
}
.lifecycle-example li:nth-child(4) {
	top: 284px;
	left: 70%;
}
.lifecycle-example li:nth-child(5) {
	top: 570px;
	left: 70%;
}
.lifecycle-example li:nth-child(6) {
	top: 570px;
	left: 35%;
}
.lifecycle-example li:nth-child(7) {
	top: 570px;
	left: 0;
}
.lifecycle-example li:nth-child(8) {
	top: 284px;
	left: 0;
}
.lifecycle-example li:nth-child(1):after,
.lifecycle-example li:nth-child(2):after {
	top: 50%;
	right: -16%;
	transform: translateY(-50%);
}
.lifecycle-example li:nth-child(3):after,
.lifecycle-example li:nth-child(4):after {
	bottom: -46px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
}
.lifecycle-example li:nth-child(5):after,
.lifecycle-example li:nth-child(6):after {
	top: 50%;
	left: -16%;
	transform: translateY(-50%) rotate(180deg);
}
.lifecycle-example li:nth-child(7):after,
.lifecycle-example li:nth-child(8):after {
	top: -46px;
	left: 50%;
	transform: translateX(-50%) rotate(270deg);
}
.lifecycle-example li span {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 15px;
	color: #fff;
	background: #01baef;
	border-radius: 100%;;
	line-height: 32px;
	font-weight: 700;
}

@media screen and (max-width: 1000px) {
	/* lifecycle popup in main */
	#lifecyclePopup .popup {
		top: 50px;
		width: 90%;
		padding: 50px 30px 30px;
		transform: translate(-50%,0);
	}
	.lifecycle-example {
		height: auto;
	}
	.lifecycle-example h2,
	.lifecycle-example li {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.lifecycle-example li {
		margin-top: 50px;
	}
	.lifecycle-example li:first-child {
		margin-top: 30px;
	}
	.lifecycle-example li:after {
		bottom: -46px !important;
		left: 50% !important;
		right: auto !important;
		top: auto !important;
		transform: translateX(-50%) rotate(90deg) !important;
	}
	.lifecycle-example li:last-child:after {
		display: none;
	}
}

@media screen and (max-width: 720px) {
	#video_pop .popup {
		width: 320px;
		height: auto;
	}
	.youtube_box {
		height: 160px;
	}
}