@charset "UTF-8";
@import url("font.css");

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	font-family: 'Noto Sans KR', 'Nanum Gothic', Dotum, 'Montserrat', Arial, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	border: 0 none;
	cursor: pointer;
	background: none;
}

.container {
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
}
.container h1 {
	position: absolute;
	top: 30px;
	right: 0;
}
.container .visual figure img {
	width: 100%;
}
.container .visual .pc {
	display: block;
}
.container .visual .mobile {
	display: none;
}
.contents {
	position: relative;
	margin-bottom: 50px;
}
.contents .product-wrap {
	display: flex;
	width: 100%;
}
.contents h2 {
	margin-bottom: 30px;
	font-size: 17px;
}
.contents h2 em {
	display: block;
	margin-bottom: 10px;
	padding-left: 15px;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	font-weight: 700;
	color: rgb(230, 53, 97);
	border: 1px solid #ddd;
	border-radius: 3px;
}
.contents .product {
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.contents .product >  div {
	width: 100%;
}
.contents .product:first-child {
	padding-right: 20px;
}
.contents .product:last-child {
	padding-left: 20px;
}
.contents .product .slider-for,
.contents .product .slider-for2 {
	padding-bottom: 30px;
	width: 100%;
}
.contents .product .slider-nav,
.contents .product .slider-nav2 {
	margin: 0 5px;
}
.contents .product img {
	width: 100%;
	border-radius: 50px 0;
}
.contents .product .slider-nav img,
.contents .product .slider-nav2 img {
	border-radius: 80px 0;
}
.slick-prev.slick-arrow,
.slick-next.slick-arrow {
	display: none !important;
}
.contents .it-character {
	margin-top: 80px;
	position: relative;
	height: 80px;
	border: 2px solid skyblue;
}
.contents .it-character p {
	padding-left: 20px;
	line-height: 80px;
	font-size: 24px;
	font-weight: 700;
	color: #999;
}
.contents .it-character figure {
	position: absolute;
	top: 5px;
	right: 20px;
}
.contents .etc {
	margin-top: 20px;
}
.contents .etc li {
	position: relative;
	padding-left: 10px;
	line-height: 30px;
}
.contents .etc li:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 15px;
	background: pink;
}
.contents .btn-area {
	text-align: center;
}
.contents .btn-area a {
	display: inline-block;
	margin-top: 50px;
	padding: 15px 30px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #ddd;
	background: skyblue;
}
.contents .btn-area a:hover {
	background: rgb(55, 81, 228);
}

@media all and (max-width: 1024px) {
	.container {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.contents {
		margin: 25px 0 40px;
		padding: 0 15px;
	}
	.contents .product-wrap {
		display: block;
		width: 100%;
	}
	.contents h2 {
		margin-bottom: 20px;
		font-size: 14px;
	}
	.contents h2 em {
		font-size: 20px;
	}
	.contents h2 span {
		display: block;
	}
	.contents .product:first-child {
		padding-right: 0;
	}
	.contents .product:last-child {
		margin-top: 50px;
		padding-left: 0;
	}
	.contents .product .slider-for,
	.contents .product .slider-for2 {
		padding-bottom: 20px;
		width: 100%;
	}
	.contents .product .slider.slider-nav img,
	.contents .product .slider.slider-nav2 img {
		border-radius: 135px 0;
	}
	.contents .product {
		display: block;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.contents .it-character {
		position: relative;
		margin-top: 50px;
		height: 120px;
		border: 2px solid skyblue;
	}
	.contents .it-character p {
		text-align: center;
		padding: 15px 0 0;
		font-size: 20px;
		line-height: 22px;
		font-weight: 700;
		color: #999;
	}
	.contents .it-character figure {
		position: absolute;
		top: 55px;
		left: 50%;
		width: 200px;
		margin-left: -100px;
	}
	.contents .it-character figure img {
		width: 45%;
	}
	.contents .etc {
		margin-top: 15px;
	}
	.contents .etc li {
		position: relative;
		margin-bottom: 8px;
		padding-left: 10px;
		line-height: 24px;
		font-size: 14px;
	}
	.contents .btn-area a {
		margin-top: 30px;
		padding: 10px 32px;
		font-size: 16px;
		font-weight: 700;
		color: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 2px 2px #ddd;
		background: skyblue;
	}
	.contents .etc li:before {
		content: '';
		position: absolute;
		top: 6px;
		left: 0;
		width: 3px;
		height: 12px;
		background: pink;
	}
	@media all and (max-width: 720px) {
		.container .visual .pc {
			display: none;
		}
		.container .visual .mobile {
			display: block;
		}
		.contents .product .slider.slider-nav img,
		.contents .product .slider.slider-nav2 img {
			border-radius: 60px 0;
		}
		.contents .it-character p {
			padding-top: 10px;
			font-size: 15px;
			line-height: 22px;
		}
		.contents .it-character p span {
			display: block;
		}
		.contents .it-character figure {
			top: 60px;
		}
	}
}

