	/* PC 리셋 */
	/* font */
	@font-face {
		font-family: '공고딕';
		src: url('/m/Font/esamanru Light.ttf')
	}

	/* reset */
	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		font-family: '공고딕';
	}

	ul,
	li {
		list-style: none;
	}

	a {
		text-decoration: none;
		color: #333;
	}

	img {
		border: none;
		vertical-align: center;
	}


		
	html{overflow-x:hidden;}
	body{background: #fff ;color: #333;}
	img{image-rendering: -webkit-optimize-contrast;}

	.inner {
		width: 1000px;
		margin: 0 auto;
	}

	.inner2 {
		width: 1180px;
		margin: 0 auto;
	}


	.sec {
		margin-bottom: 80px;
	}

	h2 {
		font-size: 25px;
		text-align: center;
	}

	h2.subtitle{font-size: 35px;}

	h3 {
		font-size: 45px !important;
		text-align: center;
	}

	h3 strong{font-size: 45px !important; color: #12c91f !important;}

	p {
		font-size: 17px;
		text-align: center;
		padding: 15px 0 40px 0;
		line-height: 1.5;
	}

	body {
		padding-top: 0 !important;
	}



	figcaption strong {
		font-size: 21px;
		color: #12c91f;
	}


	figcaption {
		font-size: 16px;
		text-align: left;
		line-height: 1.5;
	}