@charset "utf-8";

.img02_area {
	width: 1080px;
	margin: 0 auto;
	padding: 106px 0 90px;
	background: #f1f1f1;
}
.img02_area .content {
	background: #f1f1f1;
	padding-bottom: 130px;
}
/* @media screen and (min-width: 1800px) {
	.img02_area {
		background-size: contain;
		padding-bottom: 101px;
	}
} */

.img02_area h3 {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    letter-spacing: -3px;
    text-align: center;
}
.img02_area p {
	font-size: 24px;
	font-weight: 300;
	color: #979797;
	letter-spacing: -1px;
	text-align: center;
	margin-top: 24px;
}

.img02_area ul {
	font-size: 0;
	width: 1023px;
	margin: 56px auto 0;
}
.img02_area li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
	margin: 0 7px 14px;
	width: 30.33%;
	width: 327px;
	height: 198px;
	height: 161px;
	line-height: 1.3;
	box-sizing: border-box;
	border:1px solid #d4d4d4;
	background: #fff;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -1px;
	color: #535353;
	text-align: center;
	padding-top: 28px;
	vertical-align: top;
}
.img02_area li.new {
	border: transparent;
}
.img02_area li.new::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 4px solid #fd65b9;
	display: block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}
.img02_area li.new::after {
	/*content: 'NEW';*/
	content: 'GRAND\AOPEN';
	background: #fd65b9;
	width: 60px;
	height: 60px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	display: block;
	position: absolute;
	right: 22px;
	top: -7px;
	border-radius: 50%;
	padding-top: 13px;
	box-sizing: border-box;
}
/*.img02_area li:nth-child(4n+1) {
	margin-left: 0
}*/
.img02_area li strong {
	display: inline-block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    letter-spacing: -2px;
	margin-bottom: 12px;
}
.img02_area li span {
	display: inline-block;
	width: 122px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
	background: #b3b3b3;
	border-radius: 30px;
	margin-top: 12px;
}

#img02_area .chunho {
    width: 1200px;
    height: 886px;
    position: relative;
    top: 115px;
	cursor: pointer;
}

/* mobile */
.img02_area.mo li {
	width: 48.5%;
	height: 275px;
	height: 204px;
	font-size: 33px;
	font-weight: 400;
}
.img02_area.mo li.new::after {
	width: 90px;
    height: 90px;
    line-height: 1.2;
    font-size: 24px;
    top: -21px;
    padding-top: 16px;
    box-sizing: border-box;
}
.img02_area.mo p {
    font-size: 30px;
}

.img02_area.mo li strong {
    font-size: 40px;
}
.img02_area.mo li span {
	display: inline-block;
	width: 220px;
	height: 50px;
	line-height: 50px;
	font-size: 26px;
	margin-top: 22px;
	font-weight: 400;
}