@charset 'utf-8';


#container{
	width:100%;
	position:relative; margin-top:70px; 
}

.main_spot{
	width:100%; 
	/* height:618px; hslee 2020.01.14 */
	height:360px;
	position:relative; top:0px; 
	overflow:hidden;
}
.main_spot .slide{
	width:100%;height:100%;
	color:#fff; font-size:1.2em;
}
.main_spot .slide div{
	width:100%;height:100%;
	position:absolute;
	left:0;top:0;
}
.main_spot .slide p{
	width:1200px;height:100%;
	text-align:center;
	position:absolute;
	left:calc(50% - 600px);top:0;
	color:#fff;
	display:flex;
	align-items:center;
}
.main_spot .slide p span{display:block; font-size:1.3em; text-align:left; color:#fff; letter-spacing:-1px; }
.main_spot .slide p span strong{
	font-size:2.7em;display:block;
	white-space:pre-line; color:#fff;
	letter-spacing:-2px; line-height:1.2em;
	margin:-50px 0 40px 0;
}
.main_spot .slide p span strong code{
	/* font-size:1em; */ font-style:normal; 
	letter-spacing:-2px; color:#fff; opacity:0; 
	/* overflow:hidden; */ /* line-height:2; */
	display:inline-block; /* height:66px; */ padding:0 10px 0 0;
	/* hslee 2020.01.14 */
	font-size:36px;
	line-height:36px;
	/* height:36px; */
	overflow:initial;
}
.main_spot .slide p span em{
	font-size:1em; font-style:normal; 
	color:#fff; opacity:0; line-height:2;
	height:50px; overflow:hidden;
	display:inline-block;
}

.main_spot .slide p span.on strong code:nth-of-type(1){
	animation-name:m1;
	animation-duration:0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay:0.5s;
}
.main_spot .slide p span.on strong code:nth-of-type(2){
	animation-name:m1;
	animation-duration:0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay:0.8s;
}
.main_spot .slide p span.on strong code:nth-of-type(3){
	animation-name:m1;
	animation-duration:0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay:1.1s;
}
.main_spot .slide p span.on strong code:nth-of-type(4){
	animation-name:m1;
	animation-duration:0.5s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay:1.4s;
}

.main_spot .slide p span.on em{
	animation-name:m2;
	animation-duration:0.3s;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-delay:1.4s;
}
@keyframes m1{
	0%{}
	100%{opacity:1; margin-left:0px; line-height:1;}
}

@keyframes m2{
	0%{}
	100%{opacity:1; margin-left:0px; line-height:1;}
}

.main_spot .slide img{
	/* width:2805px;
	position:relative; left:calc(50% - 1400px); hslee 2020.01.14 */
	width: 1800px;
    position: relative;
    left: unset;
}
.main_spot .indi{
	width:100%;
	text-align:center;
	position:absolute;
	left:0; bottom:20px;
}
.main_spot .indi a{
	width:7px; height:7px;
	border-radius:40px;
	display:inline-block;
	background-color:#fff;
	border:1px solid #3c0807;
	margin:0 5px;
}
.main_spot .indi a.on{
	background-color:#3c0807;
}

/* 상단 끝 */

/* 컨텐츠 시작 */
.m_txt{text-align:center; padding:80px 0 50px 0; font-size:18px; word-break:keep-all; width:94%; margin:0 auto;}
.cata_btn{
	padding:0px 0 80px 0;
	text-align:center;
}
.cata_btn a{
	background:#f5f6f7;
	background:linear-gradient(#ffffff,#f5f6f7);
	display:inline-block;
	padding:25px 0px 30px 0px;
	width:16vw; height:35px;
	margin:0 20px;
	font-weight:bold;
	border-radius:5px;
	transition:.5s;
	box-shadow:0px 2px 2px rgba(0,0,0,0.1);
	border:1px solid #ddd;
	position:relative;
}
.cata_btn a span{
	position:absolute;
	left:0;top:32px; width:100%;
	text-align:center;
}
.cata_btn a span code{
	font-size:1.2em;
	line-height:1;
	color:#333;
	background: url('../images/btn_arrow1.png') right center no-repeat;
	font-weight:bold;
	padding:7px 25px 10px 0;
}

.cata_btn a:hover{
	background:#133d59;
	box-shadow:0px 7px 7px rgba(0,0,0,0.4);
	color: white;
}
.cata_btn a:hover span:nth-of-type(2) code{
	color:#fff;
	background:url('../images/btn_arrow1_on.png') right center no-repeat;
}
.cata_btn a span:nth-of-type(2){
	opacity:0;
}



/* article 공통영역 */
.main_slide{
	width:100%; height:320px;
	background-color:#F4F0EC;
	position:relative;
	padding:0;
}

.main_slide .slide{
	width:1200px; height:100%; margin:0 auto;
	position:relative;
}
.main_slide .slide div{
	overflow:hidden; width:100%; height:100%;
	position:absolute; left:0; top:0;
}
.main_slide .indi{
	overflow:hidden; width:600px;
	position:absolute; left:50%; bottom:20px;
	text-align:center; z-index:5;
}
.main_slide .indi a{
	width:7px; height:7px;
	border-radius:40px;
	display:inline-block;
	background-color:#fff;
	border:1px solid #3c0807;
	margin:0 5px;
}
.main_slide .indi a.on{
	background-color:#3c0807;
}

.arti_img{float:left; width:50%; height:100%;overflow:hidden;}
.arti_img img{width:100%; height:100%;}
.arti_text{
	width:50%; height:100%;
	padding:0px 0 0px 80px;
	box-sizing:border-box;
	background-color:#F4F0EC;
	float:left;

}
.arti_text span{display:block; letter-spacing:-1px;}
.arti_text strong{
	text-align:left; font-size:1.6em; color:#000;
	border-bottom:2px solid #888; font-weight:normal;
	padding-bottom:5px;
	display:inline-block;
}

.arti_text code{
	display:block;
	white-space:pre-line;
	font-size:1em;
	line-height:1.9;
}

.arti_text code em{
	position:absolute;
	right:100px; bottom:50px; font-style:normal;
}
.arti_text:hover code em{
	background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
	border:1px solid #3c9cd9; color:#3c9cd9;
}

.main_slide2{
	width:1200px; height:373px;
	background-color:#F4F0EC;
	position:relative; overflow:hidden;
}
.main_slide2 .slide{
	width:1200px; height:100%; margin:0 auto;
	position:relative;
}
.main_slide2 .slide div{
	overflow:hidden; width:100%; height:100%;
	position:absolute; left:0; top:0;
}
.main_slide2 .indi{
	overflow:hidden; width:600px;
	position:absolute; left:0%; bottom:20px;
	text-align:center; z-index:5;
}
.main_slide2 .indi a{
	width:7px; height:7px;
	border-radius:40px;
	display:inline-block;
	background-color:#fff;
	border:1px solid #3c0807;
	margin:0 5px;
}
.main_slide2 .indi a.on{
	background-color:#3c0807;
}
.main_slide2 .arti_img{float:right; width:50%;}
.arti_text2{
	width:50%; height:100%;
	padding:70px 90px 20px 90px;
	box-sizing:border-box;
	position:relative;
	float:left;
	
}
.arti_text2 span{display:block; letter-spacing:-1px;} 
.arti_text2 strong{
	text-align:left; font-size:1.4em; color:#000;
	border-bottom:2px solid #888;
	padding-bottom:5px;
	display:block;
}
.arti_text2 b{
	text-align:left; font-size:1.2em; color:#000;
	display:inline-block;
	margin-bottom:15px;
	letter-spacing:-1px;
}
.arti_text2 code{
	display:inline-block;
	white-space:pre-line;
	font-size:1em;
	line-height:1.4em;
	letter-spacing:-0.5px;
	padding-top:10px;
}
.arti_text2 code em{
	position:absolute; 
	right:90px; bottom:60px;
	font-style:normal;
}
.arti_text2:hover em{
	background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
	border:1px solid #3c9cd9; color:#3c9cd9;
}

.make_ple{width:1200px; height:373px; margin:0 auto; overflow:hidden;position:relative; background-color:#F4F0EC;}
.make_ple .slide{
	width:1200px; height:100%; margin:0 auto;
	position:relative;
}
.make_ple .slide div{
	overflow:hidden; width:100%; height:100%;
	position:absolute; left:0; top:0;
}
.make_ple .indi{
	overflow:hidden; width:600px;
	position:absolute; left:50%; bottom:20px;
	text-align:center; z-index:5;
}
.make_ple .indi a{
	width:7px; height:7px;
	border-radius:40px;
	display:inline-block;
	background-color:#fff;
	border:1px solid #3c0807;
	margin:0 5px;
}
.make_ple .indi a.on{
	background-color:#3c0807;
}
.make_ple .arti_img{float:left; width:50%;}


.make_ple .arti_text{
	width:50%; height:100% !important;
	padding:70px 90px 20px 90px;
	box-sizing:border-box;
	position:relative;
	float:right;
}
.make_ple .arti_text code{
	display:block;
	white-space:pre-line;
	font-size:1em;
	line-height:1.6em;
}

.make_ple .arti_text code em{
	position:absolute;
	right:100px; bottom:50px; font-style:normal;
}
.make_ple .arti_text:hover code em{
	background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
	border:1px solid #3c9cd9; color:#3c9cd9;
}


/* 공통영역 끝 */

/* 개별영역 */


h5{
	text-align:center;
	font-size:32px; color:#000;
	margin:0 0 50px 0;  font-weight:normal;
}
h5 span{
	padding:30px 0;
	display:block;
	font-size:18px;
}
.container ul{
	width:100%;
	height:300px;
}
.container ul li{
	width:25%;
	float:left;
}

.information{
	padding-top:80px;
	width:1200px; margin:0 auto;
}
.info_list{
	display:flex;
	justify-content:space-between;
	padding-bottom:70px;
}
.info_list p{
	width:22%; height:350px;
	padding:25px 20px 0px 20px;
	box-sizing:border-box;
	text-align:center;
	box-shadow:0px 1px 3px rgba(0,0,0,0.4);
	transition:.3s;
	position:relative;
	
}
.info_list p:hover{
	box-shadow:0px 7px 7px rgba(0,0,0,0.4);
	background-color:#F4F0EC;
}
.info_list span{display:block; text-align:center; color:#333;}
.info_list span:nth-of-type(1) code{
	height:40px; display:block; margin-top:20px;
	display:flex; align-items:center; justify-content:center;
	font-size:0; line-height:0;
}
.info_list span:nth-of-type(1) code img{max-height:100%;}
.info_list span:nth-of-type(1) code:nth-of-type(2){
	position:absolute; left:0; top:55px; height:40px;  width:100%;
	display:flex; align-items:center; justify-content:center;
	font-size:0; line-height:0;
	display:none; 
}
.info_list span:nth-of-type(2){
	font-size:15px;
	margin:0px auto;
	text-align:center;
	width:95%; 
	line-height:1.5;
}
.info_list span:nth-of-type(2) code{
	display:inline-block; text-align:left;  letter-spacing:-1px;

	word-break:keep-all;
}
.info_list span code a{letter-spacing:-1px; line-height:1.4;}
.info_list p em{
	position:absolute; bottom:-25px; left:7%;
	color:#fff;
	display:block;
	font-style:normal;
	border-radius:3px;
	background:#6CA4C8;
	padding:14px 0px;
	text-align:center;
	width:86.5%;
	transition:.5s;
}
.info_list p:last-of-type{position:relative;}
.info_list p:hover span em{
	background:#4D2E54;
}
.info_list p strong{display:block; text-align:center; padding-top:0px; font-size:1.2em;}
.info_list p b{
	display:block; text-align:center;
	padding:20px 0; font-weight:normal;

}

.news{
	background-color:#F4F0EC;
	margin-top:60px;
	padding:70px 0;

}
.news h4{
	width:100%;
	text-align:center;
}
.news h4 p{
	width:1200px;
	position:relative;
	margin:0 auto;
}
.news h4 p span{width:180px; text-align:center; display:inline-block; 	font-size:32px; font-weight:normal;	padding:0 0 24px 0;	color:#202020;}
.news_con{width:1200px; height:630px; margin:15px auto; overflow:auto;}
.news_con table{
	width:100%;
	margin:0px 0;
}
.news_con tr td{
	text-align:center;	
	border-bottom:1px solid #afafaf;
	padding:30px 0;
	position:relative;
	cursor:pointer;
}
.news_con tr td b{display:block; font-size:22px; padding-bottom:10px; font-weight:normal;}
.news_con tr td span{
	display:inline-block;
	background-color:#fff;
	width:90px; height:90px;
	border-radius:100px;
	line-height:1;
	color:#000;
	transition:.4s;
}
.news_con tr td span strong{
	display:block;
	font-size:2.2em; color:#000;
	position:relative;
	top:5px;
}
.news_con tr td:nth-of-type(1){width:180px;}
.news_con tr td:nth-of-type(2){text-align:left;}
.news_con tr td:nth-of-type(3){width:100px;}
.news_con tr td:hover{}
.news_con tr td div{opacity:0; position:absolute; right:0; bottom:5px;}
.news_con tr td:hover div{opacity:1; text-align:right;}
.news_con tr td div a{
	display:inline-block; font-size:11px;
	color:#434343; padding:2px 30px 5px 0px;
	text-align:center; color:#434343; line-height:1.2em;
	background: url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
	transition:.3s;
	font-weight:bold;
	text-transform:capitalize;
}
.news_con tr td:hover div a{
	color:#434343; background:url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
}

caption fieldset{
	border:none;
	border-top:1px solid #999;
	padding:0; margin:0;
	position:relative;margin-top:10px;
}
caption fieldset legend{
	padding:0px 20px;
	font-size:1.2em; color:#000;
	margin:0px; font-weight:bold;
	position:absolute; left:calc(50% - 30px); top:-12px;
	background-color:#F4F0EC;
}
.news_con tr:last-of-type td{
	border-bottom:0;
}
.news_con table tr:hover td span{
	background-color:#4D2E54;
	color:#fff;
}
.news_con table tr:hover td span strong{
	color:#fff;
}

.contact{
	margin:0px 0 0px 0;
	padding:70px 0 80px 0;
	background:url('../images/bg_s3.jpg') center bottom no-repeat;
	background-size:2400px;
	box-sizing:border-box;
}
.contact h4{font-size:35px; text-align:center; padding-bottom:40px; font-weight:normal;}
.icons{
	
	width:500px;
	margin:0 auto;
	margin-top:50px;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.icons span{
	display:inline-block;
	text-align:center;
}
.contact .contact_con{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;	
}
.icons a{
	display:inline-block;
	width:80px; height:80px;
	background-color:rgba(255,255,255,.7);
	border-radius:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:.5s;
}
.icons a img{opacity:.6; transition:.5s;}
.icons a:hover{background-color:rgba(255,255,255,.9);}
.icons a:hover img{opacity:1;}

.icons a.on{background-color:#4D2E54;}
.icons a.on img{opacity:1;}

.number{
	display:inline-block;
	background-color:#4D2E54;
	text-align:center; color:#fff; font-weight:bold;
	padding:20px 80px;
	font-size:1.2em;
	border-radius:10px;
}
.info_list div{display:none;}
/* 컨텐츠 끝 */



/*------------------------1199----------------------------*/
@media (min-width:901px) and (max-width:1199px){
	
	#container{
		width:100%;
		position:relative; top:0px; 
	}

	.main_spot{
		width:100%; 
		/* height:618px; hslee 2020.01.14 */
		height:360px;
		position:relative; top:0px; 
		overflow:hidden;
	}
	.main_spot .slide{
		width:100%;height:100%;
		color:#fff; font-size:1.2em;
	}
	.main_spot .slide div{
		width:100%;height:100%;
		position:absolute;
		left:0;top:0;
	}
	.main_spot .slide p{
		width:100%;height:100%;
		text-align:center;
		position:absolute;
		left:8%; top:0;
		color:#fff;
		display:flex;
		align-items:center;
		margin-top:0px;
	}
	.main_spot .slide p span{display:block; font-size:1.3em; text-align:left; color:#fff; letter-spacing:-1px; }
	.main_spot .slide p span strong{
		font-size:2.7em;display:block;
		white-space:pre-line; color:#fff;
		letter-spacing:-2px; line-height:1.2em;
		margin:0px 0 40px 0;
	}
	.main_spot .slide p span strong code{
		/* font-size:1em; */ font-style:normal; 
		letter-spacing:-2px; color:#fff; opacity:0; 
		/* overflow:hidden; */ /* line-height:2; */
		display:inline-block; /* height:55px; hslee 2020.01.14 */
		font-size:36px;
		line-height:36px;
		/* height:36px; */
		overflow:initial;
	}
	.main_spot .slide p span em{
		font-size:1em; font-style:normal; 
		color:#fff; opacity:0; line-height:1;
		height:50px; overflow:hidden;
		display:inline-block;
	}

	.main_spot .slide p span.on strong code:nth-of-type(1){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.5s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(2){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.8s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(3){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.1s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(4){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}

	.main_spot .slide p span.on em{
		animation-name:m2;
		animation-duration:0.3s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}
	@keyframes m1{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:1;}
	}

	@keyframes m2{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:1;}
	}

	.main_spot .slide img{
		/* 	width:2805px;
		position:relative; left:calc(50% - 1400px);  hslee 2020.01.14 */
		width: 1800px;
	    position: relative;
	    left: unset;		
	}
	.main_spot .indi{
		width:100%;
		text-align:center;
		position:absolute;
		left:0; bottom:20px;
	}
	.main_spot .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_spot .indi a.on{
		background-color:#3c0807;
	}

	/* 상단 끝 */

	/* 컨텐츠 시작 */
	.m_txt{text-align:center; padding:80px 0 50px 0; font-size:18px; word-break:keep-all;}
	.cata_btn{
		padding:0px 0 80px 0;
		text-align:center;
	}
	.cata_btn a{
		background:#f5f6f7;
		background:linear-gradient(#ffffff,#f5f6f7);
		display:inline-block;
		padding:25px 0px 30px 0px;
		width:28vw; height:35px;
		margin:0 20px;
		font-weight:bold;
		border-radius:5px;
		transition:.5s;
		box-shadow:0px 2px 2px rgba(0,0,0,0.1);
		border:1px solid #ddd;
		position:relative;
	}
	.cata_btn a span{
		position:absolute;
		left:0;top:32px; width:100%;
		text-align:center;
	}
	.cata_btn a span code{
		font-size:1.2em;
		line-height:1;
		color:#202020;
		background: url('../images/btn_arrow1.png') right center no-repeat;
		font-weight:bold;
		padding:7px 25px 10px 0;
	}

	.cata_btn a:hover{
		background:#133d59;
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		color: white;
	}
	.cata_btn a:hover span:nth-of-type(2) code{
		color:#fff;
		background:url('../images/btn_arrow1_on.png') right center no-repeat;
	}
	.cata_btn a span:nth-of-type(2){
		opacity:0;
	}




	/* article 공통영역 */

	.main_slide{
		width:100%; height:373px;
		background-color:#F4F0EC;
		position:relative;
		border-top:1px solid #ecedef;
		padding:0;
	}

	.main_slide .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide .indi{
		overflow:hidden; width:50%;
		position:absolute; left:50%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide .indi a.on{
		background-color:#3c0807;
	}

	.arti_img{float:left; width:50%; height:100%;overflow:hidden;}
	.arti_img img{width:100%; height:100%;}
	.arti_text{
		width:50%; height:100%;
		padding:6vw 6vw 20px 6vw;
		box-sizing:border-box;
		background-color:#F4F0EC;
		float:left;

	}
	.arti_text span{display:block; letter-spacing:-1px;}
	.arti_text strong{
		text-align:left; font-size:1.2em; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:5px;
		display:inline-block;
	}

	.arti_text code{
		display:block;
		white-space:pre-line;
		font-size:1em;
		line-height:1.6;
	}

	.arti_text code em{
		position:absolute;
		right:100px; bottom:50px; font-style:normal;
	}
	.arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.main_slide2{
		width:100%; height:373px;
		background-color:#F4F0EC;
		position:relative; overflow:hidden;
	}
	.main_slide2 .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide2 .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide2 .indi{
		overflow:hidden; width:50%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide2 .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide2 .indi a.on{
		background-color:#3c0807;
	}
	.main_slide2 .arti_img{float:right; width:50%;}
	.arti_text2{
		width:50%; height:100%;
		padding:6vw 6vw 20px 6vw;
		box-sizing:border-box;
		position:relative;
		float:left;
		
	}
	.arti_text2 span{display:block; letter-spacing:-1px;} 
	.arti_text2 strong{
		text-align:left; font-size:1.2em; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:5px;
		display:block;
	}
	.arti_text2 b{
		text-align:left; font-size:1.2em; color:#000;
		display:inline-block;
		margin-bottom:15px;
		letter-spacing:-1px;
	}
	.arti_text2 code{
		display:inline-block;
		white-space:pre-line;
		font-size:1em;
		line-height:1.4em;
		letter-spacing:-0.5px;
		padding-top:20px;
	}
	.arti_text2 code em{
		position:absolute; 
		right:90px; bottom:60px;
		font-style:normal;
	}
	.arti_text2:hover em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.make_ple{width:100%; height:373px; margin:0 auto; overflow:hidden;position:relative; background-color:#F4F0EC;}
	.make_ple .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.make_ple .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.make_ple .indi{
		overflow:hidden; width:50%;
		position:absolute; left:50%; bottom:20px;
		text-align:center; z-index:5;
	}
	.make_ple .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.make_ple .indi a.on{
		background-color:#3c0807;
	}
	.make_ple .arti_img{float:left; width:50%;}


	.make_ple .arti_text{
		width:50%; height:100% !important;
		padding:6vw 6vw 20px 6vw;
		box-sizing:border-box;
		position:relative;
		float:right;
	}
	.make_ple .arti_text code{
		display:block;
		white-space:pre-line;
		font-size:1em;
		line-height:1.6em;
		padding-top:20px;
	}

	.make_ple .arti_text code em{
		position:absolute;
		right:100px; bottom:50px; font-style:normal;
	}
	.make_ple .arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}


	/* 공통영역 끝 */

	/* 개별영역 */


	h5{
		text-align:center;
		font-size:32px; color:#000;
		margin:0 0 50px 0;
		padding:0 30px;
	}
	.container ul{
		width:100%;
		height:300px;
	}
	.container ul li{
		width:25%;
		float:left;
	}
		
	.information{
		padding:80px 2vw 0 2vw;
		width:100%; margin:0 auto;
		box-sizing:border-box;
	}
	.info_list{
		display:flex;
		justify-content:space-between;
		padding-bottom:70px;
	}
	.info_list p{
		width:23.5%; height:350px;
		padding:25px 15px 0px 15px;
		box-sizing:border-box;
		text-align:center;
		box-shadow:0px 1px 3px rgba(0,0,0,0.4);
		transition:.3s;
		position:relative;
		
	}
	.info_list p:hover{
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		background-color:#F4F0EC;
	}
	.info_list span{display:block; text-align:center; color:#333;}
	.info_list span:nth-of-type(1) code{
		height:40px; display:block; margin-top:20px;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
	}
	.info_list span:nth-of-type(1) code img{max-height:100%;}
	.info_list span:nth-of-type(1) code:nth-of-type(2){
		position:absolute; left:0; top:55px; height:40px;  width:100%;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
		display:none; 
	}
	.info_list span:nth-of-type(2){
		font-size:14px;
		margin:0px auto;
		text-align:center;
		width:95%; 
		line-height:1.5;
	}
	.info_list span:nth-of-type(2) code{
		display:inline-block; text-align:left;  letter-spacing:-1px;
	}
	.info_list span code a{letter-spacing:-1px; line-height:1.4;}
	.info_list p em{
		position:absolute; bottom:-25px; left:7%;
		color:#fff;
		display:block;
		font-style:normal;
		border-radius:3px;
		background:#6CA4C8;
		padding:14px 0px;
		text-align:center;
		width:86.5%;
		transition:.5s;
	}
	.info_list p:last-of-type{position:relative;}
	.info_list p:hover span em{
		background:#4D2E54;
	}
	.info_list p strong{display:block; text-align:center; padding-top:0px; font-size:1.2em;}
	.info_list p b{
		display:block; text-align:center;
		padding:20px 0; font-weight:normal;

	}

	
	.news{
		background-color:#F4F0EC;
		margin-top:60px;
		padding:70px 0;

	}
	.news h4{
		width:100%;
		text-align:center;
	}
	.news h4 p{
		width:100%;
		position:relative;
		margin:0 auto;
	}
	.news h4 p span{width:180px; text-align:center; display:inline-block; 	font-size:32px; font-weight:normal;	padding:0 0 24px 0;	color:#202020;}
	.news_con{width:94%; height:630px; margin:15px auto; overflow:auto;}
	.news_con table{
		width:100%;
		margin:0px 0;
	}
	.news_con tr td{
		text-align:center;	
		border-bottom:1px solid #afafaf;
		padding:30px 0;
		position:relative;
		cursor:pointer;
	}
	.news_con tr td b{display:block; font-size:22px; padding-bottom:10px; font-weight:normal;}
	.news_con tr td span{
		display:inline-block;
		background-color:#fff;
		width:90px; height:90px;
		border-radius:100px;
		line-height:1;
		color:#000;
		transition:.4s;
	}
	.news_con tr td span strong{
		display:block;
		font-size:2.2em; color:#000;
		position:relative;
		top:5px;
	}
	.news_con tr td:nth-of-type(1){width:180px;}
	.news_con tr td:nth-of-type(2){text-align:left;}
	.news_con tr td:nth-of-type(3){width:100px;}
	.news_con tr td:hover{}
	.news_con tr td div{opacity:0; position:absolute; right:0; bottom:5px;}
	.news_con tr td:hover div{opacity:1; text-align:right;}
	.news_con tr td div a{
		display:inline-block; font-size:11px;
		color:#434343; padding:2px 30px 5px 0px;
		text-align:center; color:#434343; line-height:1.2em;
		background: url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
		transition:.3s;
		font-weight:bold;
		text-transform:capitalize;
	}
	.news_con tr td:hover div a{
		color:#434343; background:url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
	}

	caption fieldset{
		border:none;
		border-top:1px solid #999;
		padding:0; margin:0;
		position:relative;margin-top:10px;
	}
	caption fieldset legend{
		padding:0px 20px;
		font-size:1.2em; color:#000;
		margin:0px; font-weight:bold;
		position:absolute; left:calc(50% - 30px); top:-12px;
		background-color:#F4F0EC;
	}
	.news_con tr:last-of-type td{
		border-bottom:0;
	}
	.news_con table tr:hover td span{
		background-color:#4D2E54;
		color:#fff;
	}
	.news_con table tr:hover td span strong{
		color:#fff;
	}

	.contact{
		margin:0px 0 0px 0;
		padding:70px 0 80px 0;
		background:url('../images/bg_s3.jpg') center bottom no-repeat;
		background-size:2600px;
		box-sizing:border-box;
		
	}
	.contact h4{font-size:35px; text-align:center;  padding-bottom:40px; font-weight:normal;}
	.icons{
		
		width:500px;
		margin:0 auto;
		margin-top:50px;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.icons span{
		display:inline-block;
		text-align:center;
	}
	.contact .contact_con{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;	
	}
	.icons a{
		display:inline-block;
		width:80px; height:80px;
		background-color:rgba(255,255,255,.7);
		border-radius:100px;
		display:flex;
		align-items:center;
		justify-content:center;
		transition:.5s;
	}
	.icons a img{opacity:.6; transition:.5s;}
	.icons a:hover{background-color:#4D2E54;}
	.icons a:hover img{opacity:1;}

	.icons a.on{background-color:#4D2E54;}
	.icons a.on img{opacity:1;}

	.number{
		display:inline-block;
		background-color:#4D2E54;
		text-align:center; color:#fff; font-weight:bold;
		padding:20px 80px;
		font-size:1.2em;
		border-radius:10px;
	}
	.info_list div{display:none;}
	/* 컨텐츠 끝 */
}

/*------------------------768----------------------------*/
@media (min-width:481px) and (max-width:900px){
	
	#container{
		width:100%;
		position:relative; top:0px; 
	}

	.main_spot{
		width:100%; /* height:62vw; hslee 2020.01.14 */
		height:360px;
		position:relative; top:0px; 
		overflow:hidden;
	}
	.main_spot .slide{
		width:100%;height:100%;
		color:#fff; font-size:1em;
	}
	.main_spot .slide div{
		width:100%;height:100%;
		position:absolute;
		left:0;top:0;	
	}
	.main_spot .slide p{
		width:100%;height:100%;
		text-align:center;
		position:absolute;
		left:20px;top:0;
		color:#fff;
		display:flex;
		align-items:center;
		margin:0;
	}
	.main_spot .slide p span{display:block; width:90%; font-size:4vw; text-align:left; color:#fff; letter-spacing:-1px; }
	.main_spot .slide p span strong{
		font-size:1.4em;display:block;
		white-space:pre-line; color:#fff;
		letter-spacing:1px; line-height:1.2em;
		margin:0px 0 10px 0; 
	}
	.main_spot .slide p span strong code{
		/* font-size:1em; */ font-style:normal; 
		letter-spacing:-1px; color:#fff; opacity:0; 
		/* overflow:hidden; */ /* line-height:2; */
		display:inline-block; /* height:6.2vw; hslee 2020.01.14 */
		font-size:36px;
		line-height:36px;
		/* height:36px; */
		overflow:initial;
	}
	.main_spot .slide p span em{
		font-size:0.7em; font-style:normal; 
		color:#fff; opacity:0; line-height:1;
		height:6.2vw; overflow:hidden;
		display:inline-block; display:inline-block;
	}
	
	.main_spot .slide p span.on strong code:nth-of-type(1){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.5s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(2){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.8s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(3){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.1s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(4){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}

	.main_spot .slide p span.on em{
		animation-name:m2;
		animation-duration:0.3s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}
	@keyframes m1{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:1;}
	}

	@keyframes m2{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:2;}
	}

	.main_spot .slide img{
		/* width:290vw;
		position:relative; left:calc(50% - 145vw); hslee 2020.01.14 */
		width: 1800px;
	    position: relative;
	    left: unset;
	}
	.main_spot .indi{
		width:100%;
		text-align:center;
		position:absolute;
		left:0; bottom:10px;
	}
	.main_spot .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_spot .indi a.on{
		background-color:#3c0807;
	}

	/* 상단 끝 */

	/* 컨텐츠 시작 */
	.m_txt{text-align:center; padding:10vw 0 6vw 0; font-size:18px; word-break:keep-all;}
	.cata_btn{
		padding:0px 0 10vw 0;
		text-align:center;
	}
	.cata_btn a{
		background:#f5f6f7;
		background:linear-gradient(#ffffff,#f5f6f7);
		display:inline-block;
		padding:25px 0px 30px 0px;
		width:40vw; height:35px;
		margin:0 1.5vw;
		font-weight:bold;
		border-radius:5px;
		transition:.5s;
		box-shadow:0px 2px 2px rgba(0,0,0,0.1);
		border:1px solid #ddd;
		position:relative;
	}
	.cata_btn a span{
		position:absolute;
		left:0;top:32px; width:100%;
		text-align:center;
	}
	.cata_btn a span code{
		font-size:1.2em;
		line-height:1;
		color:#202020;
		background: url('../images/btn_arrow1.png') right center no-repeat;
		font-weight:bold;
		padding:7px 25px 10px 0;
	}

	.cata_btn a:hover{
		background:#133d59;
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		color: white;
	}
	.cata_btn a:hover span:nth-of-type(2) code{
		color:#fff;
		background:url('../images/btn_arrow1_on.png') right center no-repeat;
	}
	.cata_btn a span:nth-of-type(2){
		opacity:0;
	}


	/* article 공통영역 */
	
	.main_slide{
		width:100%; height:124vw;
		background-color:#F4F0EC;
		position:relative;
		border-top:1px solid #ecedef;
		padding:0;
	}

	.main_slide .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide .indi a.on{
		background-color:#3c0807;
	}

	.arti_img{float:none; width:100%; height:auto;overflow:hidden;}
	.arti_img img{width:100%; height:auto;}
	.arti_text{
		width:100%; height:auto;
		padding:6vw 8vw 20px 8vw;
		box-sizing:border-box;
		background-color:#F4F0EC;
		float:none;

	}
	.arti_text span{display:block; letter-spacing:-1px;}
	.arti_text strong{
		text-align:left; font-size:22px; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:10px;
		display:block;
	}

	.arti_text code{
		display:block;
		white-space:pre-line;
		font-size:16px;
		line-height:1.6;
	}

	.arti_text code em{
		position:absolute;
		right:100px; bottom:50px; font-style:normal;
	}
	.arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.main_slide2{
		width:100%; height:125vw;
		background-color:#F4F0EC;
		position:relative; overflow:hidden;
	}
	.main_slide2 .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide2 .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide2 .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20pw;
		text-align:center; z-index:5;
	}
	.main_slide2 .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide2 .indi a.on{
		background-color:#3c0807;
	}
	.main_slide2 .arti_img{float:none; width:100%;}
	.arti_text2{
		width:100%; height:46%;
		padding:6vw 8vw 20px 8vw;
		box-sizing:border-box;
		position:relative;
		float:none;
		
	}
	.arti_text2 span{display:block; letter-spacing:-1px;} 
	.arti_text2 strong{
		text-align:left; font-size:3vw; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:10px;
		display:block;
	}
	.arti_text2 b{
		text-align:left; font-size:2vw; color:#000;
		display:inline-block;
		margin-bottom:15px;
		letter-spacing:-1px;
		display:none;
	}
	.arti_text2 code{
		display:inline-block;
		white-space:pre-line;
		font-size:2.4vw;
		line-height:1.6;
		letter-spacing:-0.5px;
		padding-top:20px;
	}
	.arti_text2 code em{
		position:absolute; 
		right:calc(50% - 50px); bottom:6vw;
		font-style:normal;
		
	}
	.arti_text2:hover em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.make_ple{width:100%; height:125vw; margin:0 auto; overflow:hidden;position:relative; background-color:#F4F0EC;}
	.make_ple .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.make_ple .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.make_ple .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.make_ple .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.make_ple .indi a.on{
		background-color:#3c0807;
	}
	.make_ple .arti_img{float:none; width:100%;}


	.make_ple .arti_text{
		width:100%; height:50% !important;
		padding:6vw 8vw 20px 8vw;
		box-sizing:border-box;
		position:relative;	
		float:none;
	}
	.make_ple .arti_text code{
		display:block;
		white-space:pre-line;
		font-size:2.4vw;
		line-height:1.6;
		padding-top:20px;
	}

	.make_ple .arti_text code em{
		position:absolute;
		right:calc(50% - 50px); bottom:12vw; font-style:normal;
	}
	.make_ple .arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	/* 공통영역 끝 */

	/* 개별영역 */

	h5{
		text-align:center;
		font-size:32px; color:#000;
		margin:0 0 0px 0; 
		line-height:1.6em;
		padding:0 50px;
	}
	h5 span{word-break:keep-all; }
	.container ul{
		width:100%;
		height:300px;
	}
	.container ul li{
		width:25%;
		float:left;
	}

	
	.information{
		padding:10vw 1vw 0 1vw;
		width:100%; margin:0 auto;
		box-sizing:border-box;
	}
	.info_list{
		display:block;
		justify-content:space-between;
		padding-bottom:0vw;
		overflow:hidden;
	}
	.info_list p{
		width:43.4vw; height:370px;
		padding:25px 20px 0px 20px;
		box-sizing:border-box;
		text-align:center;
		box-shadow:0px 1px 3px rgba(0,0,0,0.4);
		transition:.3s;
		position:relative;
		float:left;
		margin:4vw 2vw;
		
	}
	.info_list p:hover{
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		background-color:#F4F0EC;
	}
	.info_list span{display:block; text-align:center; color:#333;}
	.info_list span:nth-of-type(1) code{
		height:40px; display:block; margin-top:20px;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
	}
	.info_list span:nth-of-type(1) code img{max-height:100%;}
	.info_list span:nth-of-type(1) code:nth-of-type(2){
		position:absolute; left:0; top:55px; height:40px;  width:100%;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
		display:none; 
	}
	.info_list span:nth-of-type(2){
		font-size:16px;
		margin:0px auto;
		text-align:center;
		width:95%; 
		line-height:1.5;
	}
	.info_list span:nth-of-type(2) code{
		display:inline-block; text-align:left;  letter-spacing:-1px;
	}
	.info_list span code a{letter-spacing:-1px; line-height:1.4;}
	.info_list p em{
		position:absolute; bottom:-25px; left:7%;
		color:#fff;
		display:block;
		font-style:normal;
		border-radius:3px;
		background:#6CA4C8;
		padding:14px 0px;
		text-align:center;
		width:86.5%;
		transition:.5s;
	}
	.info_list p:last-of-type{position:relative;}
	.info_list p:hover span em{
		background:#4D2E54;
	}
	.info_list p strong{display:block; text-align:center; padding-top:0px; font-size:1.2em;}
	.info_list p b{
		display:block; text-align:center;
		padding:20px 0; font-weight:normal;

	}


		
	.news{
		background-color:#F4F0EC;
		margin-top:60px;
		padding:70px 0;

	}
	.news h4{
		width:100%;
		text-align:center;
	}
	.news h4 p{
		width:100%;
		position:relative;
		margin:0 auto;
	}
	.news h4 p span{width:180px; text-align:center; display:inline-block; 	font-size:32px; font-weight:normal;	padding:0 0 24px 0;	color:#202020;}
	.news_con{width:94%; height:630px; margin:15px auto; overflow:auto;}
	.news_con table{
		width:100%;
		margin:0px 0;
	}
	.news_con tr td{
		text-align:center;	
		border-bottom:1px solid #afafaf;
		padding:30px 0;
		position:relative;
		cursor:pointer;
	}
	.news_con tr td b{display:block; font-size:22px; padding-bottom:10px; font-weight:normal;}
	.news_con tr td span{
		display:inline-block;
		background-color:#fff;
		width:90px; height:90px;
		border-radius:100px;
		line-height:1;
		color:#000;
		transition:.4s;
	}
	.news_con tr td span strong{
		display:block;
		font-size:2.2em; color:#000;
		position:relative;
		top:5px;
	}
	.news_con tr td:nth-of-type(1){width:180px;}
	.news_con tr td:nth-of-type(2){text-align:left;}
	.news_con tr td:nth-of-type(3){width:100px;}
	.news_con tr td:hover{}
	.news_con tr td div{opacity:0; position:absolute; right:0; bottom:5px;}
	.news_con tr td:hover div{opacity:1; text-align:right;}
	.news_con tr td div a{
		display:inline-block; font-size:11px;
		color:#434343; padding:2px 30px 5px 0px;
		text-align:center; color:#434343; line-height:1.2em;
		background: url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
		transition:.3s;
		font-weight:bold;
		text-transform:capitalize;
	}
	.news_con tr td:hover div a{
		color:#434343; background:url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
	}

	caption fieldset{
		border:none;
		border-top:1px solid #999;
		padding:0; margin:0;
		position:relative;margin-top:10px;
	}
	caption fieldset legend{
		padding:0px 20px;
		font-size:1.2em; color:#000;
		margin:0px; font-weight:bold;
		position:absolute; left:calc(50% - 30px); top:-12px;
		background-color:#F4F0EC;
	}
	.news_con tr:last-of-type td{
		border-bottom:0;
	}
	.news_con table tr:hover td span{
		background-color:#4D2E54;
		color:#fff;
	}
	.news_con table tr:hover td span strong{
		color:#fff;
	}

	.contact{
		margin:0px 0 0px 0;
		padding:40px 0 40px 0;
		background:url('../images/bg_s3.jpg') center bottom no-repeat;
		background-size:2000px;
		box-sizing:border-box;
	}
	.contact h4{font-size:35px; text-align:center;  padding-bottom:40px; font-weight:normal;}
	.icons{
		
		width:80%;
		margin:0 auto;
		margin-top:50px;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.icons span{
		display:inline-block;
		text-align:center;
	}
	.contact .contact_con{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;	
	}
	.icons a{
		display:inline-block;
		width:80px; height:80px;
		background-color:rgba(255,255,255,.7);
		border-radius:100px;
		display:flex;
		align-items:center;
		justify-content:center;
		transition:.5s;
	}
	.icons a img{opacity:.6; transition:.5s;}
	.icons a:hover{background-color:#4D2E54;}
	.icons a:hover img{opacity:1;}

	.icons a.on{background-color:#4D2E54;}
	.icons a.on img{opacity:1;}

	.number{
		display:inline-block;
		background-color:#4D2E54;
		text-align:center; color:#fff; font-weight:bold;
		padding:20px 30px;
		font-size:1em;
		border-radius:10px;
	}
	.info_list div{display:none;}


}
/*------------------------480----------------------------*/

@media (max-width:480px){
	
	#container{
		width:100%;
		position:relative; top:0px; 
	}
	.main_spot{
		width:100%; /* height:90vw; hslee 2020.01.14 */
		height:360px;
		position:relative; top:0px; 
		overflow:hidden;
	}
	.main_spot .slide{
		width:100%;height:100%;
		color:#fff; font-size:1em;
	}
	.main_spot .slide div{
		width:100%;height:100%;
		position:absolute;
		left:0;top:0;	
	}
	.main_spot .slide p{
		width:100%;height:100%;
		text-align:center;
		position:absolute;
		left:20px;top:0;
		color:#fff;
		display:flex;
		align-items:center;
	}
	.main_spot .slide p span{display:block; width:90%; font-size:1.3em; text-align:left; color:#fff; letter-spacing:-1px; }
	.main_spot .slide p span strong{
		font-size:1.4em;display:block;
		white-space:pre-line; color:#fff;
		letter-spacing:1px; line-height:1.2em;
		margin:0px 0 0px 0;
	}
	.main_spot .slide p span strong code{
		/* font-size:1em; */ font-style:normal; 
		letter-spacing:-1px; color:#fff; opacity:0; 
		/* overflow:hidden; */ /* line-height:2; */
		display:inline-block; /* height:30px; hslee 2020.01.14 */
		font-size:26px;
		line-height:26px;
		/* height:26px; */
		overflow:initial;
	}
	.main_spot .slide p span em{
		font-size:0.7em; font-style:normal; 
		color:#fff; opacity:0; line-height:1;
		height:30px; overflow:hidden;
		display:inline-block;
	}
	
	.main_spot .slide p span.on strong code:nth-of-type(1){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.5s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(2){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.8s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(3){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.1s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(4){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}

	.main_spot .slide p span.on em{
		animation-name:m2;
		animation-duration:0.3s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}
	@keyframes m1{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:1;}
	}

	@keyframes m2{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:2;}
	}

	.main_spot .slide img{
		/* width:2000px;
		position:relative; left:calc(50% - 1000px); hslee 2020.01.14 */
		width: 1800px;
	    position: relative;
	    left: unset;
	}
	.main_spot .indi{
		width:100%;
		text-align:center;
		position:absolute;
		left:0; bottom:10px;
	}
	.main_spot .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_spot .indi a.on{
		background-color:#3c0807;
	}

	/* 상단 끝 */

	/* 컨텐츠 시작 */
	.m_txt{text-align:center; padding:10vw 0 6vw 0; font-size:16px; word-break:keep-all;}
	.cata_btn{
		padding:0px 0 10vw 0;
		text-align:center;
	}
	.cata_btn a{
		background:#f5f6f7;
		background:linear-gradient(#ffffff,#f5f6f7);
		display:inline-block;
		padding:25px 0px 30px 0px;
		width:80vw; height:35px;
		margin:1vw 1vw;
		font-weight:bold;
		border-radius:5px;
		transition:.5s;
		box-shadow:0px 2px 2px rgba(0,0,0,0.1);
		border:1px solid #ddd;
		position:relative;
	}
	.cata_btn a span{
		position:absolute;
		left:0;top:32px; width:100%;
		text-align:center;
	}
	.cata_btn a span code{
		font-size:1.2em;
		line-height:1;
		color:#202020;
		background: url('../images/btn_arrow1.png') right center no-repeat;
		font-weight:bold;
		padding:7px 25px 10px 0;
	}

	.cata_btn a:hover{
		background:#133d59;
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		color: white;
	}
	.cata_btn a:hover span:nth-of-type(2) code{
		color:#fff;
		background:url('../images/btn_arrow1_on.png') right center no-repeat;
	}
	.cata_btn a span:nth-of-type(2){
		opacity:0;
	}


	/* article 공통영역 */
	
	.main_slide{
		width:100%; height:125vw;
		background-color:#F4F0EC;
		position:relative;
		padding:0px;
	}

	.main_slide .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide .indi a.on{
		background-color:#3c0807;
	}

	.arti_img{float:none; width:100%; height:60vw; overflow:hidden;}
	.arti_img img{width:100%; height:auto;}
	.arti_text{
		width:100%; height:auto;
		padding:20px 30px 20px 30px;
		box-sizing:border-box;
		background-color:#F4F0EC;
		float:none;

	}
	.arti_text span{display:block; letter-spacing:-1px;}
	.arti_text strong{
		text-align:left; font-size:1.2em; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:5px;
		display:block;
	}

	.arti_text code{
		display:block;
		white-space:normal;
		font-size:14px;
		line-height:1.6em;
		padding:20px 0 0 0;
	}

	.arti_text code em{
		position:absolute;
		right:100px; bottom:50px; font-style:normal;
	}
	.arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.main_slide2{
		width:100%; height:140vw;
		background-color:#F4F0EC;
		position:relative; overflow:hidden;
	}
	.main_slide2 .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide2 .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide2 .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide2 .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide2 .indi a.on{
		background-color:#3c0807;
	}
	.main_slide2 .arti_img{float:none; width:100%; max-height:60vw; overflow:hidden;}
	.arti_text2{
		width:100%;height:50% !important;
		padding:30px 30px 20px 30px;
		box-sizing:border-box;
		position:relative;
		float:none;
	}
	.arti_text2 span{display:block; letter-spacing:-1px;} 
	.arti_text2 strong{
		text-align:left; font-size:1em; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:5px;
		display:block;
	}
	.arti_text2 b{
		text-align:left; font-size:1em; color:#000;
		display:inline-block;
		margin-bottom:15px;
		letter-spacing:-1px;
		display:none;
	}
	.arti_text2 code{
		display:inline-block;
		white-space:pre-line;
		font-size:0.8em;
		line-height:1.8;
		letter-spacing:-0.5px;
		padding-top:10px;
	}
	.arti_text2 code em{
		position:absolute; 
		right:calc(50% - 50px); bottom:0px;
		font-style:normal;
		
	}
	.arti_text2:hover em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	.make_ple{width:100%; height:140vw; margin:0 auto; overflow:hidden;position:relative; background-color:#F4F0EC;}
	.make_ple .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.make_ple .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.make_ple .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.make_ple .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.make_ple .indi a.on{
		background-color:#3c0807;
	}
	.make_ple .arti_img{float:none; width:100%; height:60vw; overflow:hidden;}


	.make_ple .arti_text{
		width:100%; height:50% !important;
		padding:30px 30px 20px 30px;
		box-sizing:border-box;
		position:relative;	
		float:none;
	}
	.make_ple .arti_text code{
		display:block;
		white-space:pre-line;
		font-size:0.8em;
		line-height:1.6em;
		padding-top:10px;
	}

	.make_ple .arti_text code em{
		position:absolute;
		right:calc(50% - 50px); bottom:0px; font-style:normal;
	}
	.make_ple .arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	/* 공통영역 끝 */

	/* 개별영역 */

	h5{
		text-align:center;
		font-size:24px; color:#000;
		margin:30px 0 10px 0; 
		line-height:1;
		padding:0 30px;
	}
	h5 span{word-break:keep-all; font-size:16px;}
	.container ul{
		width:100%;
		height:300px;
	}
	.container ul li{
		width:25%;
		float:left;
	}

	
	.information{
		padding:10vw 1vw 0 1vw;
		width:100%; margin:0 auto;
		box-sizing:border-box;
	}
	.info_list{
		display:block;
		justify-content:space-between;
		padding-bottom:0vw;
		overflow:hidden;
	}
	.info_list p{
		width:43.5vw; height:340px;
		padding:25px 10px 0px 10px;
		box-sizing:border-box;
		text-align:center;
		box-shadow:0px 1px 3px rgba(0,0,0,0.4);
		transition:.3s;
		position:relative;
		float:left;
		margin:1vw 1.7vw 10vw 1.7vw;
		
	}
	.info_list p:hover{
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		background-color:#F4F0EC;
	}
	.info_list span{display:block; text-align:center; color:#333;}
	.info_list span:nth-of-type(1) code{
		height:40px; display:block; margin-top:20px;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
	}
	.info_list span:nth-of-type(1) code img{max-height:100%;}
	.info_list span:nth-of-type(1) code:nth-of-type(2){
		position:absolute; left:0; top:55px; height:40px;  width:100%;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
		display:none; 
	}
	.info_list span:nth-of-type(2){
		font-size:14px;
		margin:0px auto;
		text-align:center;
		width:95%; 
		line-height:1.5;

	}
	.info_list span:nth-of-type(2) code{
		display:inline-block; text-align:left;  letter-spacing:-1px;
	}
	.info_list span code a{letter-spacing:-1px; line-height:1.4;}
	.info_list p em{
		position:absolute; bottom:-25px; left:7%;
		color:#fff;
		display:block;
		font-style:normal;
		border-radius:3px;
		background:#6CA4C8;
		padding:14px 0px;
		text-align:center;
		width:86.5%;
		transition:.5s;
	}
	.info_list p:last-of-type{position:relative;}
	.info_list p:hover span em{
		background:#4D2E54;
	}
	.info_list p strong{display:block; text-align:center; padding-top:0px; font-size:1em;}
	.info_list p b{
		display:block; text-align:center;
		padding:20px 0 10px 0; font-weight:normal;
	}

	.news{
		background-color:#F4F0EC;
		margin-top:60px;
		padding:50px 0;
	}
	.news h4{
		width:100%;
		text-align:center;
	}
	.news h4 p{
		width:90%;
		position:relative;
		margin:0 auto;
	}
	.news h4 p span{width:180px; text-align:center; display:inline-block; 	font-size:24px; font-weight:normal;	padding:0 0 10px 0;	color:#202020;}
	.news_con{width:94%; height:630px; margin:15px auto; overflow:auto;}
	.news_con table{
		width:100%;
		margin:0px 0;
	}
	.news_con tr td{
		text-align:center;	
		border-bottom:1px solid #afafaf;
		padding:25px 0;
		position:relative;
		cursor:pointer;
		font-size:12px;
	}
	.news_con tr td b{display:block; font-size:16px; line-height:1.5; padding-bottom:10px; font-weight:normal;}
	.news_con tr td span{
		display:inline-block;
		background-color:#fff;
		width:50px; height:50px;
		border-radius:100px;
		line-height:1;
		color:#000;
		transition:.4s;
		font-size:12px;
	}
	.news_con tr td span strong{
		display:block;
		font-size:18px; color:#000;
		position:relative;
		top:3px;
	}
	.news_con tr td:nth-of-type(1){width:80px; vertical-align:top}
	.news_con tr td:nth-of-type(2){text-align:left;}
	.news_con tr td:nth-of-type(3){width:100px;}
	.news_con tr td:hover{}
	.news_con tr td div{opacity:0; position:absolute; right:0; bottom:5px;}
	.news_con tr td:hover div{opacity:1; text-align:right;}
	.news_con tr td div a{
		display:inline-block; font-size:11px;
		color:#434343; padding:5px 30px 5px 0px;
		text-align:center; color:#434343; line-height:1;
		background: url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
		transition:.3s;
		font-weight:bold;
		text-transform:capitalize;
	}
	.news_con tr td:hover div a{
		color:#434343; background:url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
	}

	caption fieldset{
		border:none;
		border-top:1px solid #999;
		padding:0; margin:0;
		position:relative;margin-top:10px;
	}
	caption fieldset legend{
		padding:0px 20px;
		font-size:1.2em; color:#000;
		margin:0px; font-weight:bold;
		position:absolute; left:calc(50% - 30px); top:-12px;
		background-color:#F4F0EC;
	}
	.news_con tr:last-of-type td{
		border-bottom:0;
	}
	.news_con table tr:hover td span{
		background-color:#4D2E54;
		color:#fff;
	}
	.news_con table tr:hover td span strong{
		color:#fff;
	}

	.contact{
		margin:0px 0 0px 0;
		padding:40px 0 40px 0;

		background:url('../images/bg_s3.jpg') center bottom no-repeat;
		background-size:1600px;
		box-sizing:border-box;

	}
	.contact h4{font-size:24px; text-align:center; color:#333; padding-bottom:30px; font-weight:normal;}
	.icons{
		
		width:90%;
		margin:0 auto;
		margin-top:40px;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.icons span{
		display:inline-block;
		text-align:center;
	}
	.contact .contact_con{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;	
	}
	.icons a{
		display:inline-block;
		width:60px; height:60px;
		background-color:rgba(255,255,255,.7);
		border-radius:100px;
		display:flex;
		align-items:center;
		justify-content:center;
		transition:.5s;
	}
	.icons a img{opacity:.6; transition:.5s;}
	.icons a:hover{background-color:#4D2E54;}
	.icons a:hover img{opacity:1;}

	.icons a.on{background-color:#4D2E54}
	.icons a.on img{opacity:1;}

	.number{
		display:inline-block;
		background-color:#4D2E54;
		text-align:center; color:#fff; font-weight:bold;
		padding:20px 10px;
		font-size:14px;
		border-radius:10px;
		width:90%; margin:0 auto;
		box-sizing:border-box;

	}
	.info_list div{display:none;}
}

/*------------------------320----------------------------*/


@media (min-width:300px) and (max-width:380px){
	
	#container{
		width:100%;
		position:relative; top:0px; 
	}
	.main_spot{
		width:100%; height:36vh;
		position:relative; top:0px; 
		overflow:hidden;
	}
	.main_spot .slide{
		width:100%;height:100%;
		color:#fff; font-size:1em;
	}
	.main_spot .slide div{
		width:100%;height:100%;
		position:absolute;
		left:0;top:0;	
	}
	.main_spot .slide p{
		width:100%;height:100%;
		text-align:center;
		position:absolute;
		left:20px;top:0;
		color:#fff;
		display:flex;
		align-items:center;
	}
	.main_spot .slide p span{display:block; width:auto; font-size:1.1em; text-align:left; color:#fff; letter-spacing:-1px; }
	.main_spot .slide p span strong{
		font-size:1.3em;display:block;
		white-space:pre-line; color:#fff;
		letter-spacing:1px; line-height:1.2em;
		margin:0px 0 0px 0;
	}
	.main_spot .slide p span strong code{
		/* font-size:1em; */ font-style:normal; 
		letter-spacing:-1px; color:#fff; opacity:0; 
		/* overflow:hidden; */ /* line-height:2; */
		display:inline-block; /* height:26px; hslee 2020.01.14 */
		font-size:22px;
		line-height:22px;
		/* height:26px; */
		overflow:initial;
	}
	.main_spot .slide p span em{
		font-size:12px; font-style:normal; 
		color:#fff; opacity:0; line-height:3;
		height:30px; overflow:hidden;
		display:inline-block; display:inline-block;
	}
	
	.main_spot .slide p span.on strong code:nth-of-type(1){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.5s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(2){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:0.8s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(3){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.1s;
	}
	.main_spot .slide p span.on strong code:nth-of-type(4){
		animation-name:m1;
		animation-duration:0.5s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}

	.main_spot .slide p span.on em{
		animation-name:m2;
		animation-duration:0.3s;
		animation-fill-mode: forwards;
		animation-timing-function: linear;
		animation-delay:1.4s;
	}
	@keyframes m1{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:1;}
	}

	@keyframes m2{
		0%{}
		100%{opacity:1; margin-left:0px; line-height:2;}
	}

	.main_spot .slide img{
		/* width:1500px;
		position:relative; left:calc(50% - 750px); hslee 2020.01.14 */
		width: 1800px;
	    position: relative;
	    left: unset;
	}
	.main_spot .indi{
		width:100%;
		text-align:center;
		position:absolute;
		left:0; bottom:10px;
	}
	.main_spot .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_spot .indi a.on{
		background-color:#3c0807;
	}

	/* 상단 끝 */

	/* 컨텐츠 시작 */
	.m_txt{
		text-align:center; padding:25px 0 20px 0; font-size:14px; width:90%; margin:0 auto;
		word-break:keep-all;
	}
	.cata_btn{
		padding:0px 0 20px 0;
		text-align:center;
	}
	.cata_btn a{
		background:#f5f6f7;
		background:linear-gradient(#ffffff,#f5f6f7);
		display:inline-block;
		padding:25px 0px 30px 0px;
		width:80vw; height:10px;
		margin:3px 5px;
		font-weight:bold;
		border-radius:5px;
		transition:.5s;
		box-shadow:0px 2px 2px rgba(0,0,0,0.1);
		border:1px solid #ddd;
		position:relative;
	}
	.cata_btn a span{
		position:absolute;
		left:0;top:20px; width:100%;
		text-align:center;
	}
	.cata_btn a span code{
		font-size:16px;
		line-height:1;
		color:#202020;
		background: url('../images/btn_arrow1.png') right center no-repeat;
		background-size:10px;
		font-weight:normal;
		padding:7px 25px 10px 0;
	}

	.cata_btn a:hover{
		background:#133d59;
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		color: white;
	}
	.cata_btn a:hover span:nth-of-type(2) code{
		color:#fff;
		background:url('../images/btn_arrow1_on.png') right center no-repeat;
	}
	.cata_btn a span:nth-of-type(2){
		opacity:0;
	}


	/* article 공통영역 */
	
	.main_slide{
		width:100%; height:130vw;
		background-color:#F4F0EC;
		position:relative;
		border-top:1px solid #ecedef;
		padding:0px;
	}

	.main_slide .slide{
		width:100%; height:100%; margin:0 auto;
		position:relative;
	}
	.main_slide .slide div{
		overflow:hidden; width:100%; height:100%;
		position:absolute; left:0; top:0;
	}
	.main_slide .indi{
		overflow:hidden; width:100%;
		position:absolute; left:0%; bottom:20px;
		text-align:center; z-index:5;
	}
	.main_slide .indi a{
		width:7px; height:7px;
		border-radius:40px;
		display:inline-block;
		background-color:#fff;
		border:1px solid #3c0807;
		margin:0 5px;
	}
	.main_slide .indi a.on{
		background-color:#3c0807;
	}

	.arti_img{float:none; width:100%; max-height:80vw; overflow:hidden;}
	.arti_img img{width:100%; height:auto;}
	.arti_text{
		width:100%; height:auto;
		padding:20px 20px 20px 20px;
		box-sizing:border-box;
		background-color:#F4F0EC;
		float:none;
	}
	.arti_text span{display:block; letter-spacing:-1px;}
	.arti_text strong{
		text-align:left; font-size:18px; color:#000;
		border-bottom:2px solid #888;
		padding-bottom:5px;
		display:block;
		letter-spacing:-1px;
	}

	.arti_text code{
		display:block;
		white-space:normal;
		font-size:14px;
		line-height:1.6em;
		padding-top:15px;
		word-break:keep-all;
	}

	.arti_text code em{
		position:absolute;
		right:100px; bottom:50px; font-style:normal;
	}
	.arti_text:hover code em{
		background:#fff url('../images/ic_arrow_03_on.png') calc(100% - 10px) center no-repeat;
		border:1px solid #3c9cd9; color:#3c9cd9;
	}

	
	/* 공통영역 끝 */

	/* 개별영역 */

	h5{
		text-align:center;
		font-size:24px; color:#000;
		margin:10px 0 10px 0; 
		line-height:1;
		padding:0 30px;
	}
	h5 span{word-break:keep-all; font-size:16px;}
	.container ul{
		width:100%;
		height:300px;
	}
	.container ul li{
		width:25%;
		float:left;
	}

	
	.information{
		padding:10vw 0 0vw 0;
		width:100%; margin:0 auto;
	}
	.info_list{
		display:block;
		justify-content:space-between;
		padding-bottom:0vw;
		overflow:hidden;
	}
	.info_list p{
		width:83.5vw; height:300px;
		padding:25px 20px 0px 20px;
		box-sizing:border-box;
		text-align:center;
		box-shadow:0px 1px 3px rgba(0,0,0,0.4);
		transition:.3s;
		position:relative;
		float:none;
		margin:1vw auto 14vw auto;
		
	}
	.info_list p:hover{
		box-shadow:0px 7px 7px rgba(0,0,0,0.4);
		background-color:#F4F0EC;
	}
	.info_list span{display:block; text-align:center; color:#333;}
	.info_list span:nth-of-type(1) code{
		height:40px; display:block; margin-top:10px;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
	}
	.info_list span:nth-of-type(1) code img{max-height:100%;}
	.info_list span:nth-of-type(1) code:nth-of-type(2){
		position:absolute; left:0; top:53px; height:40px;  width:100%;
		display:flex; align-items:center; justify-content:center;
		font-size:0; line-height:0;
		display:none; 
	}
	.info_list span:nth-of-type(2){
		font-size:14px;
		margin:0px auto;
		text-align:center;
		width:95%; 
		line-height:1.5;

	}
	.info_list span:nth-of-type(2) code{
		display:inline-block; text-align:left;  letter-spacing:-1px;
		word-break:keep-all;
	}
	.info_list span code a{letter-spacing:-1px; line-height:1.4;}
	.info_list p em{
		position:absolute; bottom:-25px; left:7%;
		color:#fff;
		display:block;
		font-style:normal;
		border-radius:3px;
		background:#6CA4C8;
		padding:10px 0px;
		text-align:center;
		width:86.5%;
		transition:.5s;
		font-size:12px;
	}
	.info_list p:last-of-type{position:relative;}
	.info_list p:hover span em{
		background:#4D2E54;
	}
	.info_list p strong{display:block; text-align:center; padding-top:0px; font-size:1.1em;}
	.info_list p b{
		display:block; text-align:center;
		padding:20px 0 10px 0; font-weight:normal;
	}
		
	.news{
		background-color:#F4F0EC;
		margin-top:20px;
		padding:40px 0;
	}
	.news h4{
		width:100%;
		text-align:center;
	}
	.news h4 p{
		width:90%;
		position:relative;
		margin:0 auto;
	}
	.news h4 p span{width:180px; text-align:center; display:inline-block; 	font-size:24px; font-weight:normal;	padding:0 0 10px 0;	color:#202020;}
	.news_con{width:94%; height:630px; margin:15px auto; overflow:auto;}
	.news_con table{
		width:100%;
		margin:0px 0;
	}
	.news_con tr td{
		text-align:center;	
		border-bottom:1px solid #afafaf;
		padding:25px 0;
		position:relative;
		cursor:pointer;
		font-size:12px;
	}
	.news_con tr td b{display:block; font-size:16px; line-height:1.5; padding-bottom:10px; font-weight:normal;}
	.news_con tr td span{
		display:inline-block;
		background-color:#fff;
		width:50px; height:50px;
		border-radius:100px;
		line-height:1;
		color:#000;
		transition:.4s;
		font-size:12px;
	}
	.news_con tr td span strong{
		display:block;
		font-size:18px; color:#000;
		position:relative;
		top:3px;
	}
	.news_con tr td:nth-of-type(1){width:80px; vertical-align:top}
	.news_con tr td:nth-of-type(2){text-align:left;}
	.news_con tr td:nth-of-type(3){width:100px;}
	.news_con tr td:hover{}
	.news_con tr td div{opacity:0; position:absolute; right:0; bottom:5px;}
	.news_con tr td:hover div{opacity:1; text-align:right;}
	.news_con tr td div a{
		display:inline-block; font-size:11px;
		color:#434343; padding:5px 30px 5px 0px;
		text-align:center; color:#434343; line-height:1;
		background: url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
		transition:.3s;
		font-weight:bold;
		text-transform:capitalize;
	}
	.news_con tr td:hover div a{
		color:#434343; background:url('../images/ic_arrow_03.png') calc(100% - 10px) center no-repeat;
	}

	caption fieldset{
		border:none;
		border-top:1px solid #999;
		padding:0; margin:0;
		position:relative;margin-top:10px;
	}
	caption fieldset legend{
		padding:0px 20px;
		font-size:1.2em; color:#000;
		margin:0px; font-weight:bold;
		position:absolute; left:calc(50% - 30px); top:-12px;
		background-color:#F4F0EC;
	}
	.news_con tr:last-of-type td{
		border-bottom:0;
	}
	.news_con table tr:hover td span{
		background-color:#4D2E54;
		color:#fff;
	}
	.news_con table tr:hover td span strong{
		color:#fff;
	}

	.contact{
		margin:0px 0 0px 0;
		padding:40px 0 40px 0;

		background:url('../images/bg_s3.jpg') center bottom no-repeat;
		background-size:1800px;
		box-sizing:border-box;
	}
	.contact h4{font-size:24px; text-align:center; color:#333; padding-bottom:30px; font-weight:normal;}
	.icons{
		
		width:90%;
		margin:0 auto;
		margin-top:40px;
		display:flex;
		flex-direction:row;
		justify-content:space-between;
	}
	.icons span{
		display:inline-block;
		text-align:center;
	}
	.contact .contact_con{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;	
	}
	.icons a{
		display:inline-block;
		width:60px; height:60px;
		background-color:rgba(255,255,255,.7);
		border-radius:100px;
		display:flex;
		align-items:center;
		justify-content:center;
		transition:.5s;
	}
	.icons a img{opacity:.6; transition:.5s;}
	.icons a:hover{background-color:#4D2E54;}
	.icons a:hover img{opacity:1;}

	.icons a.on{background-color:#4D2E54}
	.icons a.on img{opacity:1;}

	.number{
		display:inline-block;
		background-color:#4D2E54;
		text-align:center; color:#fff; font-weight:bold;
		padding:20px 10px;
		font-size:14px;
		border-radius:10px;
		width:90%; margin:0 auto;
		box-sizing:border-box;

	}
	.info_list div{display:none;}

}


@media (max-width:350px){
	.main_slide{
			height:145vw;
	}
}
