@charset "utf-8";

.blink{text-indent: -1000em;}
button{outline: none;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;margin:0;padding:0;vertical-align:middle;border:none;cursor: pointer;}

#container{clear:both;position:relative;width:100%;margin:0px;padding:0;font-family: 'GmarketSansMedium', sans-serif;letter-spacing: -0.5px;}
.content1 {
	width:100%; height:1346px;
	background-image: url("../images/sec01.jpg"), url("../images/sec02.jpg"); 
	background-color: #00d4cc, #9d5718; 
	background-repeat: no-repeat, no-repeat; 
	background-position: center top, center 797px; 
	/*background-size: cover; z-index: 20;*/ transition: 0.7s ease; animation: fadeIn 1s 1;
}


.content1 section{position: relative;width:1180px;height:1346px;margin:0 auto;border:0px solid red;}
.content1 section p{display:inline-block;}


article{float: left; transition: all 0.5s;}
.tx01{width: 679px; height: 523px; background: url("../images/obj01.png") no-repeat top left;position:absolute;top:82px;left:0;}
.tx02{width: 461px; height: 245px; position:absolute;top:666px;left:154px;opacity:0;background: url("../images/obj03.png") no-repeat top left;animation-delay:.1s;opacity:0}
.tx03{width: 679px; height: 523px; background: url("../images/obj02.png") no-repeat 50% top;position:absolute;top:63px;left:0px;animation-delay:.3s;opacity:0}
.tx04{width: 532px; height: 937px; background: url("../images/obj04.png") no-repeat top left;position:absolute;top:65px;left:640px;opacity:0;animation-delay:.5s;}
.tx05{width: 1180px; height: 549px; background: url("../images/obj05.png") no-repeat top left;position:absolute;top:797px;left:0px;opacity:1;}

.content{clear:both;position: relative;width:100%;margin:0 auto; }
section.con{width:100%;position: relative;width:100%;margin:0 auto; }
section.con > article{width:100%;display:block;transition: all 0.5s; text-align:center;}
section.con > article:nth-child(1){height:762px;background: #fcd33b;margin:0 auto;}
section.con > article:nth-child(2){height:799px;background: #fcd33b;margin:0 auto;}
section.con > article:nth-child(3){height:427px;background: #474443;margin:0 auto;}



