@import url(https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css);

@import url(https://cdn.rawgit.com/openhiun/hangul/14c0f6faa2941116bb53001d6a7dcd5e82300c3f/nanumbarungothic.css);

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/*font-family: 'Noto Sans KR', sans-serif !important;*/

  *{
            margin: 0;
            padding:0;
			 -webkit-text-size-adjust: none;
        }
        
        img{
            border: 0;
        }
        
        ul,li{
            list-style: none;
        }
        
        a{
            text-decoration: none;
            color: black;
        }

html,body{
	width: 100%;
	height: 100%;
	position: relative;
	font-family: 'Noto Sans KR', sans-serif !important;
}

#con1,#con2,#con3,#con4,#con5,#con6,#con7{
	width: 100%;
	height: auto;
	position: relative;
}

.wrap1200{
	max-width: 1200px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.wrap1100{
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.wrap800{
	max-width: 800px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}


.ghost {
	
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
}

.ghostLock {
	transform:translateY(80px);
	opacity:0;
}  

.left_move{
	opacity: 0;
	position: relative;
	left: -600px;
}

.right_move{
	opacity: 0;
	position: relative;
	right: -600px;
}

.left_animate{
	animation-name: leftmove1;
	animation-delay: 0s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

.right_animate{
	animation-name:rightmove1;
	animation-delay: 0.5s;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes leftmove1{
	0%{
		opacity: 0;
		
	}
	
	100%{
		opacity: 1;
		left: 0;
	}
}

@keyframes rightmove1{
	0%{
		opacity: 0;
		
	}
	
	100%{
		opacity: 1;
		right: 0;
	}
}


#id_aside{
	width: 200px;
	height: 400px;
	position: absolute;
	right: 5%;
	top: 1000px;
	z-index: 99;
}

@media all and (max-width:1200px) {
	#id_aside{
		display: none;
	}
}

.swiper-container {
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  width:100%;
	  max-height: 805px;
	  height:auto;
    }

.swiper1_sl1{
	background: url("../img/con1_img1bg.png") no-repeat center;
	background-size: cover;
	padding-top: 4%;
	padding-bottom: 4%;
}

.swiper1_sl2{
	background: url("../img/con1_img2bg.png") no-repeat center;
	background-size: cover;
	padding-top: 4%;
	padding-bottom: 4%;
}

.swiper1_sl3{
	background: url("../img/con1_img3bg.png") no-repeat center;
	background-size: cover;
	padding-top: 4%;
	padding-bottom: 4%;
}

.swiper1 .swiper-button-next{
	background: url("../img/btn_right.png") no-repeat;
	width: 56px;
	height: 56px;
}

.swiper1 .swiper-button-prev{
	background: url("../img/btn_left.png") no-repeat;
	width: 56px;
	height: 56px;
}

.swiper1 .wrap1200{
	padding: 0px 15px;
	max-width: 1200px;
	height:auto;
	margin: 0 !important;
	position: relative;
}

.swiper1 img{
	width: 100%;
}

@media all and (max-width:1200px) {
	.swiper1 img{
	width: 80%;
}	
	
}

@media all and (max-width:767px) {
	.swiper1 .swiper-button-prev,.swiper1 .swiper-button-next{
		width: 36px;
		height: 36px;
		background-size: cover;
	}
}

#con2{
	padding:80px 0;
}

#con2 .wrap1200{
	padding: 0 15px;
}

#con2_top:after{
	content: "";
	display: block;
	clear: both;
}

#con2_top{
	width: 100%;
	text-align: center;
}

#con2_topimg{
	font-size: 60px;
}

#con2_topp{
	font-size: 25px;
}

#id_form{
	margin-top: 80px;
}


#id_form ul li:nth-child(1) label,#id_form ul li:nth-child(1) input{
	float: left;
	background-color: #e6e6e6;
	height: 46px;
	font-size: 23px;
	line-height: 46px;
	
}

#id_form ul li:nth-child(1) label{
	padding-left: 20px;
	width:120px;
	color: red;	
}

#id_form ul li:nth-child(1) input{
	width: calc(100% - 120px);
	border: 0;
}

#lb_name{
	width: 80px !important;
}

#ip_name{
	width: calc(100% - 80px) !important;
}

#id_form select{
	height: 36px;
	font-size: 20px;
	cursor: pointer;
}

#id_form li:nth-child(2){
	margin-top: 50px;
}

#id_form li:last-child{
	text-align: right;
	padding: 0 15px;
}

#id_form li:last-child label{
	cursor: pointer;
	font-weight: 400;
}

#id_form li:last-child input{
	cursor: pointer;
}

#id_form button{
	display: block;
	border: 0;
	max-width: 655px;
	width: 100%;
	height: 81px;
	font-size: 40px;
	font-weight: 600;
	margin: 50px auto 0;
	background-image: -webkit-linear-gradient(-90deg, #fff100 0%, #ffe200 48%, #ffd200 98%);
	background-image: -moz-linear-gradient(-90deg, #fff100 0%, #ffe200 48%, #ffd200 98%);
	background-image: -o-linear-gradient(-90deg, #fff100 0%, #ffe200 48%, #ffd200 98%);
	background-image: linear-gradient(180deg, #fff100 0%, #ffe200 48%, #ffd200 98%);
	box-shadow: 4px 7px 0px 0px #ff9000;
}

@media all and (max-width:991px) {
	
	#con2_topimg{
		font-size: 45px;
	}
	
	#con2_topp{
		font-size: 20px;
	}
	
	#con2_topimg img{
		width: 66px;
		height: 61.95px;
	}
	
}

@media all and (max-width:767px) {
	
	#con2_topimg{
		font-size: 35px;
	}
	
	#con2_topp{
		font-size: 15px;
		margin-top: 10px;
	}
	
	#con2_topimg img{
		width: 46px;
		height: 43.17px;
	}
	
	#id_form{
		margin-top: 50px;
	}
	
	#id_form div{
		margin-bottom: 25px;
	}
	
	#id_form li:nth-child(2) {
		margin-top: 0;
		margin-bottom: 0;
}
	
	#id_form button{
		max-width: 550px;
		height: 61px;
		font-size: 30px;
	}
	
}

@media all and (max-width:550px) {
	
	#id_form div{
		margin-bottom: 15px;
	}
	
	#con2{
		padding: 50px 0;
	}
	#con2_topimg{
		font-size: 25px;
	}
	
	#con2_topp{
		font-size: 12px;
		margin-top: 5px;
		word-break: keep-all;
	}
	
	#con2_topimg img{
		width: 35px;
		height: 32.85px;
	}
	
	
	
	
	#id_form ul li:nth-child(1) label,#id_form ul li:nth-child(1) input{
		height: 36px;
		font-size: 17px;
		line-height: 36px;
		
	}
	
	#id_form select{
		height: 30px;
		font-size: 17px;
	}
	
	
	#id_form button{
		margin-top: 30px;
		max-width: 350px;
		height: 61px;
		font-size: 20px;
	}
	
	
}

#con3{
	background: url("../img/con3_bg.png") no-repeat center;
	background-size: cover;
	padding: 5% 0;
}

#con3 .wrap1200{
	text-align: center;
	padding:0 15px;
}



#con3 img{
	width: 100%;
}

#con3_top{
	max-width: 729px;
	width: 100%;
	margin: 0 auto;
}

#con3_middle{
	max-width: 1014px;
	width: 100%;
	margin: 5% auto 4%;
}

#con3_bottom{
	max-width: 967px;
	width: 100%;
	margin: 0 auto;
}

@media all and (max-width:1200px) {
	#con3_top{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

	#con3_top img{
		width: 60.75%;
	}
	
#con3_middle{
	max-width: 1200px;
	width: 100%;
	margin: 5% auto 4%;
}

	#con3_middle img{
		width: 84.5%;
	}
	
#con3_bottom{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

	#con3_bottom img{
		width: 80%;
	}
	
	
}

@media all and (max-width:767px) {
	#con3{
		padding: 50px 0;
	}
}

@media all and (max-width:550px) {
	#con3{
		padding: 30px 0 50px;
	}
}



#con4{
	background: url("../img/con4_bg.png") no-repeat center;
	background-size: cover;
	padding: 120px 0;
}


#con4_top{
	width: 100%;
	height: auto;
	text-align: center;
}

.rotate360{
	animation-name: rotate;
	animation-delay: 0.3s;
	animation-duration: 5s;
	animation-direction: alternate-reverse;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

@keyframes rotate{
	0%{
		transform: rotate(0);
	}
	
	10%{
		transform: rotateX(360deg);
	}
	
}

#con4_top h3{
	font-size: 60px;
	font-weight: 600;
	margin-top: 0;
}

#con4_top h3 span{
	color: #afafaf;
}

#con4_top h3 span:nth-child(1){
	margin-right: 20px;
}

#con4_top h3 span:nth-child(2){
	margin-left: 20px;
}

#con4_top p{
	font-size: 40px;
	margin-top: 20px;
	
}

#con4_top p>span{
	background-color: #ffe400;
}


#con4_main{
	max-width: 1500px;
	width: 100%;
	margin-top: 50px;
}

#con4_main img{
	width: 100%;
}

#con4_main li{
	margin-top: 50px;
}

#con4_main .col-xs-4{
	padding-left: 10px;
	padding-right: 10px;
}

#con4_bottom{
	padding: 0 15px;
}

#con4_bt_tp{
	width: 100%;
	height: auto;
}

#con4_bt_tp li{
	max-width: 670px;
	width: 100%;
	height: 75px;
	background-color: #faed00;
	box-shadow: 3px 3px 3px 0 #a7a01d;
	margin: 0 auto;
	margin-top: 30px;
	border-radius: 37.5px;
	text-align: center;
	line-height: 75px;
	font-size: 35px;
	font-weight: 400;
}

#con4_bt_tp li:nth-child(1){
	margin-top: 80px;
}

#con4_bottom div{
	width: 100%;
	height: auto;
}

#con4_bt_p1{
	font-size: 25px;
	text-align: center;
	margin-top: 40px;
}

 #con4_bt_span{
	display:table;
	margin-left:auto; 
	margin-right:auto; 
	padding: 0 30px;
	color: white;
	font-size: 35px;
	text-align: center;
	background-color: #ff8a00;
}

#con4_bt_bt{
	max-width: 701px;
	height: 56px;
	margin: 30px auto 0;
	position: relative;
}

.topscale{
	animation-name: tpsc;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
}

@keyframes tpsc{
	0%{
		top: -600px;
	}
	
	80%{
		transform: scale(1.2);
		opacity: 1;
	}
	
	90%{
		transform: scale(1.0);
		
	}
	
	100%{
		transform: scale(1.2);
		top: 0;
		
		
	}
}

#con4_bt_bt img{
	width: 100%;
}


@media all and (max-width:1200px) {
	
	#con4{
		padding: 70px 0;
	}
	
	#con4_top h3{
		font-size: 5vw;
	}
	
	#con4_top p{
		font-size: 3vw;
	}
	
}

@media all and (max-width:991px) {
	
	#con4_bt_tp li{
		max-width: 550px;
		height: 44px;
		line-height: 44px;
		font-size: 25px;
	}
	

}


@media all and (max-width:767px) {
	
	#con4{
		padding: 50px 0;
	}
	
	#con4_top h3{
		font-size: 6vw;
	}
	
	#con4_top p{
		font-size: 4vw;
		margin-top: 10px;
	}
	
	
	
	#con4_main li{
	margin-top: 20px;
}
	
		#con4_bt_p1{
		font-size: 4vw;
	}
	
	#con4_bt_span{
		font-size: 5vw;
	}
	
	
	
	
}

@media all and (max-width:550px) {
	
	#con4_bt_tp li:nth-child(1){
		margin-top: 40px;
	}
	
	#con4_bt_tp li{
		margin-top: 15px;
	}
	
		#con4_bt_tp li{
		max-width: 550px;
		height: 44px;
		line-height: 44px;
		font-size: 4vw;
	}
	
	#con4_main{
		margin-top: 20px;
	}
	
	#con4_bt_bt{
		margin-top: 20px;
		
	}
}




#con5 {
	padding: 120px 0;
	background: url("../img/con5_bg.png") no-repeat top;
	background-size: cover;
}

#con5_top{
	max-width: 505px;
	width: 100%;
	height: 96px;
	margin: 0 auto;
	animation-name: swich;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

#con5_top img{
	width: 100%;
}

@keyframes swich{
	0%{
		transform: scale(1.0);
	}
	
	50%{
		transform: scale(1.02);
	}
	
	100%{
		transform: scale(1.0);
	}
}




#con5_main{
	margin-top: 100px;
}

#con5_main li{
	margin-bottom: 30px;
	height: 367px;
	position: relative !important;
}

#con5_main li:hover img{
	transform: scale(1.1);
}


#con5_main div{
	text-align: center;
}

.con5_mainimg img{
	max-width: 238px;
	width: 100%;
}

.con5_text{
	text-align: center;
}

.con5_text h3{
	font-size: 30px;
	font-weight: 600;
	word-break: keep-all;
}

.con5_text p{
	font-size: 18px;
	font-weight: 400;
	word-break: keep-all;
}

@media all and (max-width:767px) {
	
	#con5_top{
		width: 80%;
		height: auto;
	}
	
	.con5_text h3{
	font-size: 4vw;
	font-weight: 600;
	word-break: keep-all;
}
	
	.con5_text p{
	font-size: 3vw;
	font-weight: 400;
	word-break: keep-all;
}
	
	
}

@media all and (max-width:570px) {
	
	#con5{
		padding: 50px 0;
	}
	
	#con5_main{
		margin-top: 80px;
	}
	
	.con5_text h3{
		margin-bottom: 5px;
		margin-top: 10px;
	}
	
	#con5_main li{
	margin-bottom: 10px;
	max-height: 367px;
	height: 66vw;
}
	
}






#con6{
	padding: 0 0 120px;	
	background: url("../img/con4_bg.png") no-repeat center;
}

#con6_top{
	position: relative;
}

#con6_top img{
	width: 100%;
}

#con6_top_text{
	width: 100%;
	position: absolute;
	text-align: center;
	top: 10%;
	opacity: 0;
	
}

.topscale2{
	animation-name: tpsc2;
	animation-delay: 0.5s;
	animation-duration: 0.8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	opacity: 1 !important;
}

@keyframes tpsc2{
	0%{
		top: -600px;
	}
	
	80%{
		transform: scale(1.2);
		opacity: 1;
		top: 10%;
	}
	
	90%{
		transform: scale(1.0);
		
	}
	
	100%{
		transform: scale(1.2);
		
		
		
	}
}

#con6_top_text p{
	font-size: 30px;
	color: white;
}

#con6_top_text h3{
	font-size: 3.5vw;
	color: #ffea03;
	margin-top: 5px;
}

#con6_top_text h3 span{
	color: white;
}

.con6_type span{
	color: white;
	font-size: 2vw;
}

@media all and (max-width:1200px) {
	
		#con6_top_img{
		display: none;
	}
	
	
	#con6_top_bg{
		display: block;
		background-color: #4f4f4f;
		width: 100%;
		max-height: 150px;
		height: 23vw;
		min-height: 80px;
	}
	
	#con6_top_text p{
	font-size: 30px;
	color: white;
	margin-bottom: 5px;
}

#con6_top_text h3{
	font-size: 45px;
	color: #ffea03;
	margin-top: 5px;
	margin-bottom: 5px;
}

#con6_top_text h3 span{
	color: white;
}

#con6_top_text>span{
	color: white;
	font-size: 20px;
}
	
}

@media all and (max-width:767px) {
	
	#con6_top_img{
		display: none;
	}
	
	#con6_top_bg{
		display: block;
		background-color: #4f4f4f;
		width: 100%;
		max-height: 150px;
		height:25vw;
		min-height: 80px;
	}
	
	#con6_top_text p{
		font-size: 25px !important;
		margin-bottom: 10px;
	}
	
	#con6_top_text h3{
		font-size: 35px !important;
		margin-bottom: 10px;
	}
	
	#con6_top_text>span{
	color: white;
	font-size: 15px;
}

}

@media all and (max-width:550px){
	
	#con6_top_bg{
		min-height: 125px;
	}
	
	#con6_top_text p{
		font-size: 20px !important;
		margin-bottom: 10px;
	}
	
	#con6_top_text h3{
		font-size: 30px !important;
		margin-bottom: 10px;
	}
	
	#con6_top_text>span{
	color: white;
	font-size: 12px;
}
}


@media all and (max-width:410px) {
	
	#con6_top_text p{
		font-size: 20px !important;
		margin-bottom: 10px;
	}
	
	#con6_top_text h3{
		font-size: 30px !important;
		margin-bottom: 10px;
	}
	
	
	#con6_top_text>span{
	color: white;
	font-size: 10px;
}	
	
}




#con6_main{
	max-width: 850px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
}

#con6_main:after{
	content: "";
	display: block;
	clear: both;
}

#con6_main li{
	max-width: 379px;
	width: 45%;
	margin: 0 2.5%;
	float: left;
	position: relative;
}

#con6_main li:nth-child(1) {
	left: 0px;
}

#con6_main li:nth-child(2) {
	left: 0px;
}
#con6_main li:nth-child(3) {
	left: 0px;
}
#con6_main li:nth-child(4) {
	left: 0px;
}

.c6li1{

	animation-name: c6li1;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes c6li1{
	0%{
		left: 900px;
		opacity: 0.1;
	}
	
	60%{
		left: 900px;
	}
	100%{
		left: 0;
		opacity: 1;
	}
}

.c6li2{

	animation-name: c6li2;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes c6li2{
	0%{
		left: -900px;
		opacity: 0.1;
	}
	
	60%{
		left: -900px;
	}
	100%{
		left: 0;
		opacity: 1;
	}
}


.c6li3{
	animation-name: c6li3;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes c6li3{
	0%{
		left: 900px;
		opacity: 0.1;
	}
	
	60%{
		left: 900px;
	}
	100%{
		left: 0;
		opacity: 1;
	}
}



.c6li4{

	animation-name: c6li4;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
}

@keyframes c6li4{
	0%{
		left: -900px;
		opacity: 0.1;
	}
	
	60%{
		left: -900px;
	}
	
	100%{
		left: 0;
		opacity: 1;
	}
}







#con6_main li img{
	width: 100%;
}

#con6_main li:nth-child(3),#con6_main li:nth-child(4){
	margin-top: 50px;
}


@media all and (max-width:550px) {
	
	#con6{
		padding-bottom: 60px;
	}
	
	#con6_main li{
		float: inherit;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		
	}
	
	#con6_main li img{
		width: 80%;
	}
	
	
}

#con7{
	padding: 90px 15px 0;
}



#con7_top{
	max-width: 654px;
	width: 100%;
	margin: 0 auto;
}

#con7_top img{
	width: 100%;
}

#con7_top_rt h4{
	font-size: 40px;
	margin-top: 0;
}

#con7_top_rt h3{
	font-size: 60px;
	font-weight: 600;
	margin: 0;
}

#con7_main{
	margin: 100px auto;
	max-width:1267px;
	width: 100%;
}

#con7_main img{
	width: 100%;
}


@media all and (max-width:991px) {
	#con7_top{
		max-width:600px;
	}
	
	#con7_main{
		margin: 70px auto;
	}
	
}

@media all and (max-width:800px) {
	#con7_top{
		max-width: 550px;
	}
}

@media all and (max-width:750px) {
	#con7_top{
		max-width: 500px;
	}
	
	#con7_main{
		margin: 50px auto;
	}
}

@media all and (max-width:700px) {
	
	#con7{
		padding-top: 50px;
	}
	
	#con7_top{
		max-width: 400px;
	}
	
	#con7_main{
		margin: 50px auto;
	}
}

@media all and (max-width:550px) {
	#con7_top{
		max-width: 500px;
		text-align: center;
	}
	
	#con7_top img{
		width: 90%;
	}
	
	#con7_main{
		margin: 30px auto;
	}
}





