
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }


body {
	font-size: 22px;

}



.container1, .header {
	height: 100%;
	/*background: #2778c3;*/
	background:#2778c3 url(/media/images/content/plugindangjin_bg.png) no-repeat center bottom;
	background-size: contain;
}

/* Header */
.header {
	position: relative;
	margin: 0 auto;
	height: 1000px;
	width: 100%;
}


.bg-img {
	position: relative;
	box-sizing: border-box;
	min-height: 100%;
}


.bg-img:after {
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    min-height:100%;
	background:url(/media/images/content/4.jpg) no-repeat left top;
	background-size: cover;
    box-sizing: border-box;
}

.bg-img img {

}

.cont-copy {
	z-index: 1000;
	padding:0;
	position: absolute;
	top: 8%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(8%);
    transform: translateX(-50%) translateY(8%);

}


.cont-copy h1 {
	padding: 0 0 0.2em;
	color: #fff;
	font-weight: 800;
	font-size: 1em;
	margin: 0 auto;
}

.cont-copy .txt_p {
	text-align:center;
	color: #072944;
	font-weight: 600;
	font-size: 1.1em;
}
.cont-copy .txt_p span{color: #127bce;}

 p.sti {
 z-index: 1000;
    padding: 0;
    position: absolute;
    top: 8%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(8%);
    transform: translateX(-50%) translateY(8%);
	color: #000;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
}

.title {
	z-index: 1000;
	margin: 0 auto;
	padding: 0 1.25em;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.title h1 {
	padding: 0 0 0.2em;
	color: #69696f;
	font-weight: 800;
	font-size: 3.25em;
	margin: 0 auto;
}

.title p {
    color: #fff;
    padding: 0 0 0.6em;
    font-weight: 300;
    font-size: 0.85em;
    text-align: center;
}



.title h1,
.title p.subline {
	line-height: 1;
}

.title p.subline {
	font-size: 27px;
}

/* Trigger Button */
button.trigger {
	position: fixed;
	bottom: 70px;
	left: 50%;
	z-index: 5000;
	display: block;
	margin-left: -0.5em;
	padding: 0;
	width: 1em;
	height: 56px;
	border: none;
	background: transparent;
	color: transparent;
	font-size: 2em;
	cursor: pointer;
	font-family: "Nanum Square";
	line-height:24px;
}

.container1:not(.notrans) button.trigger {
	-webkit-transition: opacity 0.3s 0.5s;
	transition: opacity 0.3s 0.5s;
}

.container1.modify:not(.notrans) button.trigger {
	opacity: 0;
	pointer-events: none;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

button.trigger::before {
	position: absolute;
	bottom: 0;
	left: -100%;
	padding: 0.9em 0;
	background-color: #127bce;
	border-radius: 12px;
    color: #fff;
	width: 350%;
	content: "자세히 보기";
	font-size: 0.35em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color:#127bce;
}

button.trigger:focus {
	outline: none;
}

button.trigger span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

button.trigger span::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	content: "";
	background:url(/media/images/content/btn_down.png) no-repeat center center;
}

/* Conent */
.content {
	margin: 0 auto;
	padding: 0 0 3em;
}



.content > div:not(.title) {
	margin: 0 auto;
	max-width: 1000px;
}

.content > div:not(.title) p {
	margin: 0 auto 1.5em auto;
	text-align: center;
	line-height: 1.6;
}

.content > div p.point {
	font-size: 22px;
    font-weight: 300;
}

/*
.content > div:not(.title) p:first-child {
	font-size: 1.35em;
}
*/

.content > div:not(.title) p.comingsoon {
	text-align: center;
    margin: 60px 0 0 0;
}

.content h3 {
	margin: 0;
	font-size: 1.4em;
}

.content blockquote {
	padding: 0.25em;
	font-style: italic;
	font-size: 1.65em;
	font-family: 'Lora', serif;
	line-height: 1.4;
}

.content blockquote::before {
	content: '\201C';
}

.content blockquote::after {
	content: '\201D';
}

/***** Individual effects *****/


/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .header,
.intro-effect-push:not(.notrans) > .title,
.intro-effect-push:not(.notrans) .content > div {
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}

.intro-effect-push:not(.notrans) .header {
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}

.intro-effect-push .codrops-demos a {
	color: #108576;
}

.intro-effect-push .header {
	position: absolute;
	z-index: 1500;
}

.intro-effect-push > .title {
	position: relative;
	top: auto;
	left: auto;
	padding:5em 0 0.5em 0;
}

.intro-effect-push .content > div {
	margin-top: 50px;
	color: #ffffff;
	font-size: 18px;
    line-height: 27px;
	min-height: 600px;
}

.intro-effect-push > .title,
.intro-effect-push .content > div {
	-webkit-transform: translateY(400px);
	transform: translateY(400px);
	opacity: 0;
}

.intro-effect-push.modify > .title,
.intro-effect-push.modify .content > div {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.intro-effect-push.modify .header {
	opacity: 0;
	-webkit-transform: translateY(-100%) scale(0.9);
	transform: translateY(-100%) scale(0.9);
}

/* Delays */
.intro-effect-push.modify:not(.notrans) > .title {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.intro-effect-push.modify:not(.notrans) .content > div {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}


/* Media Queries */
@media screen and (max-width: 1023px) {
	.title, .content {
		font-size: 70%;
	}

	.codrops-demos a {
		font-size: 80%;
	}

	.intro-effect-side .title {
		width: 100%;
		padding: 0 1em;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.intro-effect-side.modify .bg-img::before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.intro-effect-side .bg-img::after {
		border-left-width: 0px;
		border-right-width: 0px;
		right: 0px;
		left: 0px;
		background: rgba(255,255,255,0.1);
	}

	.intro-effect-side.modify .bg-img::after {
		background: rgba(255,255,255,0.8);
	}

	.intro-effect-sidefixed .content {
		width: 100%;
		margin-left: auto;
	}

	.intro-effect-sidefixed .bg-img::after {
		width: 95%;
	}


	.bg-img img {
		height: 258px;
	}

	.content > div:not(.title) p.comingsoon img {
		height: 200px;
	}


	.intro-effect-push .content > div {
		margin-top: 20px;
		font-size: 14px;
		padding: 0 20px;
	}


@media screen and (max-width: 27em) {
	.intro-effect-jam3 .content {
		padding: 0 2em 5em;
	}

	.intro-effect-grid .grid li h2 {
		display: none;
	}

	.intro-effect-push .header .title {
		top: 60px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.title, .content {
		font-size: 50%;
	}

	button.trigger::before {
		display: none;
	}
}