@charset "UTF-8";

body {
	min-width: 1230px;
	font-size: 1.6rem;
	line-height: 1.5;
	font-family: "Noto Sans KR", sans-serif;
}
header {
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 30px;
}
.inner {
	width: 1230px;
	margin: 0 auto;
	padding: 0 15px;
}
#l-content section {
	padding: 95px 0;
}
#l-content section.-wht {
	background: #fff;
}
#l-content section.-blue {
	background: #E5EEF7;
}

#l-content img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.main-visual {
	width: 100%;
	min-height: 600px;
	text-align: center;
	background: url(../../2026/images/bg_main_pc.jpg) no-repeat center top;
	background-size: cover;
}
.main-visual .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	width: 100%;
	max-width: 1410px;
	min-height: 600px;
	margin: auto;
}
.main-visual img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#l-content h3 {
	margin-bottom: 90px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 6.0rem;
	line-height: 1.2;
	text-align: center;
}
#l-content h3 span {
	position: relative;
	display: inline-block;
}
#l-content h3 span::before,
#l-content h3 span::after {
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	width: 76px;
	height: 46px;
	margin: auto;
}
#l-content h3 span::before {
	left: -100px;
	background: url(../../2026/images/bg_ttl.png) no-repeat;
	background-size: cover;
}
#l-content h3 span::after {
	right: -100px;
	background: url(../../2026/images/bg_ttl.png) no-repeat;
	background-size: cover;
}
.card {
	background: #f5f5f5;
	height: 100%;
	transition: .5s;
}
.card:hover {
	background: #E5EEF7;
}
.card a {
	display: block;
	padding: 50px 40px;
	color: #000;
}
.card .img-area {
	display: flex;
	justify-content: center;
	align-items: center;
}

.new {
	position: relative;
}
.new::before {
	content: "NEW";
	position: absolute;
	padding: 8px;
	top: 20px;
	left: 20px;
	background: #DC2626;
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.models,
.map {
	padding-bottom: 170px !important;
	background: 
		url(../../2026/images/bg_models_top.png) no-repeat left top,
		url(../../2026/images/bg_models_btm.png) no-repeat right bottom;
}
@media screen and (min-width:768px) and (max-width:1850px){
	.models,
	.map {
		background: none;
		overflow: hidden;
	}
	.models .inner,
	.map .inner {
		position: relative;
	}
	.models .inner::before,
	.map .inner::before {
		position: absolute;
		content: "";
		display: block;
		top: -95px;
		left: -310px;
		width: 460px;
		height: 460px;
		background: url(../../2026/images/bg_models_top.png) no-repeat;
	}
	.models .inner::after,
	.map .inner::after {
		position: absolute;
		content: "";
		display: block;
		bottom: -170px;
		right: -310px;
		width: 460px;
		height: 460px;
		background: url(../../2026/images/bg_models_btm.png) no-repeat;
	}
}

.models .l-row {
	gap: 30px 0;
}
.models .model-list {
	text-align: center;
}
.text-area .lead {
	margin: 20px 0;
	font-size: 1.8rem;
	line-height: 1.5;
}
.text-area {
	text-align: left;
}
.text-area dt .cata {
	display: block;
	margin-bottom: 10px;
}
.text-area dt .add {
	display: block;
	margin-top: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 2.0rem;
}
.btn {
	position: relative;
	display: block;
	border: solid 1px #005EB8;
	background-color: #fff;
	width: 370px;
	margin: 30px auto 0;
	padding: 13px 20px;
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	color: #005EB8;
	text-decoration: none;
	transition: .5s;
}
.btn::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: 16px;
	height: 2px;
	background: #005EB8;
	transition: .5s;
}
.btn::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #005EB8;
	border-right: 2px solid #005EB8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .5s;
}
.card:hover .btn {
	background-color: #005EB8;
	color: #fff;
}
.card:hover .btn::before {
	background-color: #fff;
}
.card:hover .btn::after {
	border-color: #fff;
}
.notes {
	font-size: 1.2rem;
}


.map .place {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	font-family: "Noto Sans KR", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.map .place dt {
	position: relative;
	padding: 0 10px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.2;
	width: 120px;
}
.map .place dt::before {
	content: "";
	position: absolute;
	width: 4px;
	height: 30px;
	top: 10px;
	left: 0;
	margin: auto;
	z-index: 1;
	background-color: #025cab;
}
.map .place dd {
	width: calc(100% - 120px - 20px);
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.8;
}
.map .welcome {
	margin-top: 50px;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}
.bnr_item + .bnr_item {
	margin-top: 40px;
}
.bnr_ttl {
	margin-top: 30px;
	font-size: 3.0rem;
	font-weight: 700;
}
.bnr_lead {
	margin-top: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #005EB8;
}
.bnr_text {
	margin-top: 20px;
	line-height: 1.8;
}
.bnr a:hover {
	opacity: 0.7;
}
.list-disc {
	margin-top: 20px;
	line-height: 1.8;
}
.list-disc > li {
	position: relative;
	padding-left: 1.2em;
}
.list-disc > li:before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #52B3E7;
	border-radius: 100%;
}
.bnr.-wht {
	padding: 50px 0 !important;
}
.simtos_bnr {
	width: 800px;
	margin: 0 auto;
}
.simtos_bnr a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	padding: 20px 70px 20px 35px;
	border: 1px solid #ccc;
}
.simtos_bnr a::before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: 34px;
	height: 2px;
	background: #000;
}
.simtos_bnr a::after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 16px;
	height: 16px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.simtos_bnr figure {
	margin-right: 50px;
}
.simtos_bnr p {
	font-weight: 700;
	text-align: center;
	flex-grow: 1;
}
footer {
	background: #fff;
	padding: 30px 0;
}
#page-top {
	position: fixed;
	bottom: 80px;
	right: 5px;
	z-index: 999;
}
#page-top a {
	transition: .5s;
}
#page-top a:hover {
	opacity: 0.7;
}
footer .copyright {
	font-size: 1.4rem;
	color: #000;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	body {
		min-width: initial;
		min-width: auto;
	}
	header {
		padding: 15px 20px;
		height: 60px;
		background-color: #fff;
	}
	header h1 img {
		width: 130px;
	}
	#l-content {
		padding-top: 60px;
	}
	.inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	#l-content section {
		padding: 50px 0;
	}
	.main-visual {
		height: auto;
		min-height: initial;
		min-height: auto;
		background: url(../../2026/images/bg_main_sp.jpg) no-repeat center bottom;
		background-size: 100% auto;
	}
	.main-visual .inner {
		padding: 10px 20px 20px 20px;
		display: block;
		min-height: initial;
		min-height: auto;
	}
	.main-visual h2 {
		margin-bottom: 20px;
	}
	#l-content h3 {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	#l-content h3 span::before,
	#l-content h3 span::after {
		width: 38px;
		height: 23px;
	}
	#l-content h3 span::before {
		left: -40px;
	}
	#l-content h3 span::after {
		right: -40px;
	}

	.card a {
		padding: 40px 20px 30px 20px;
	}
	.new::before {
		padding: 4px;
		width: auto;
		height: auto;
		top: 15px;
		left: 15px;
		font-size: 1.4rem;
	}
	.models,
	.map {
		padding-top: 120px !important;
		padding-bottom: 120px !important;
		background: 
			url(../../2026/images/bg_models_top.png) no-repeat left top,
			url(../../2026/images/bg_models_btm.png) no-repeat right bottom;
		background-size: 26% auto;
	}
	.btn {
		width: 100%;
	}
	.map .l-row {
		gap: 30px;
	}
	.map .place {
		gap: 10px;
	}
	.map .place dt {
		font-size: 1.6rem;
		width: 100px;
	}
	.map .place dt::before {
		width: 4px;
		height: 1.4em;
		top: 7px;
	}
	.map .place dd {
		width: calc(100% - 100px - 30px);
		font-size: 1.8rem;
	}
	.bnr_ttl {
		font-size: 2.0rem;
	}
	.bnr_lead {
		font-size: 1.6rem;
	}
	.bnr.-wht {
		padding: 50px 0 80px 0 !important;
	}
	.simtos_bnr {
		width: 100%;
	}
	.simtos_bnr a {
		display: block;
		padding: 20px 70px 20px 35px;
	}
	.simtos_bnr figure {
		margin-right: 0;
	}
	.simtos_bnr p {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	footer {
		padding: 20px;
	}
	footer .copyright {
		font-size: 1.2rem;
	}
	#page-top {
		bottom: 60px;
	}
}
