@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

body * {
	font-family: 'Pretendard Variable';
	letter-spacing: -0.05em;
	line-height: 1.5em;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background-color: #fff;
	box-shadow: 4px 10px 24px -12px rgba(0,0,0,0.44);
	z-index: 100;
}
header h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 60px;
}
header h1 a,
header h1 a img {
    display: block;
    height: 60px;
}
header button.open-nav {
    display: block;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
header button.open-nav span {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #454545;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
header button.open-nav span + span {
	margin-top: -10px;
}
header button.open-nav span + span + span {
	margin-top: 10px;
}
header nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,26,110,0.8);
    backdrop-filter: blur(30px);
}
header nav button {
    display: block;
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
}
header nav {
	display: none;
}
header nav button.close-nav:before {
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
header nav button.close-nav:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
header nav ul {
    padding: 80px 20px 30px 20px;
}
header nav ul li + li {
    margin-top: 15px;
}
header nav ul li a {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: -0.05em;
    text-decoration: none;
    padding: 5px 0;
    text-align: center;
}
header nav ul li.active a {
	color: #FBC707;
}
main {
    margin-top: 80px;
    margin-bottom: 150px;
}
main > section > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

footer {
    position: fixed;
    z-index: 999;
    background: #1187cf;
    bottom: 0;
    width: 100%;
    height: 150px;
}
footer .container {
    max-width: 1200px;
    margin: 0 auto;
	padding: 20px 0;
}
footer .container iframe {
	width: 100%;
	height: 110px;
	background: #FBC707;
}
@media (min-width: 860px) {
	main {
		margin-bottom: 90px;
	}
}
@media (min-width: 1080px) {
	footer {
		height: 90px;
	}
	footer .container iframe {
		height: 50px;
	}
}
@media (min-width: 860px) {
	header h1 {
		left: 20px;
	}
	header nav {
		display: block;
		top: 50%;
		right: 40px;
		transform: translateY(-50%);
		background-color: unset;
		backdrop-filter: unset;
	}
	header button.open-nav,
	header nav button.close-nav {
		display: none;
	}
	header nav ul {
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}
	header nav ul li + li {
		margin: 0 0 0 auto;
		margin-left: 14px;
	}
	header nav ul li a {
		display: block;
		color: unset;
		font-size: 20px;
		line-height: 1.5em;
		letter-spacing: -0.05em;
		text-decoration: none;
		padding: 4px 16px;
		text-align: center;
		transition: all 0.4s;
		border-radius: 20px;
	}
	header nav ul li:hover a,
	header nav ul li.active a {
		background-color: #FBC707;
		color: #000;
	}
}
.counsel {
	background-color: #f1f1f1;
	padding: 80px 20px;
}
.counsel .title {
	text-align: center;
	margin-bottom: 30px;
}
.counsel .title strong {
	display: block;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 15px;
}
.counsel .title strong b {
	color: #1187cf;
}
.counsel .title p {
	font-size: 16px;
	font-weight: 300;
	color: #606060;
	line-height: 1.5em;
}
.counsel .content,
.counsel iframe {
	width: 100%;
	height: 594px;
	overflow: hidden;
	background: #f1f1f1;
}

@media (min-width: 860px) {
	.counsel {
		padding: 120px 0;
	}
	.counsel .container {
		max-width: 1200px;
		margin: 0 auto;
	}
	.counsel .title {
		margin-bottom: 50px;
	}
	.counsel .title strong {
		font-size: 66px;
		font-weight: 700;
		margin-bottom: 30px;
	}
	.counsel .title p {
		font-size: 24px;
	}
	.counsel .content,
	.counsel iframe {
		height: 652px;
		overflow: hidden;
	}
}

.side-icons {
	position: fixed;
	bottom: 160px;
	right: 20px;
}
.side-icons a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	padding: 10px;
	background-color: #fae100;
	box-sizing: border-box;
	box-shadow: 4px 10px 24px -12px rgba(0,0,0,0.44);
	margin-top: 10px;
}
.side-icons a.btn-scroll-top {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
}
.side-icons a.btn-call {
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 9px;
}
.side-icons a img {
	display: block;
	width: 40px;
}

@media (min-width: 860px) {
	.side-icons {
		bottom: 120px;
	}
	.side-icons a {
		width: 80px;
		height: 80px;
		margin-top: 15px;
	}
	.side-icons a.btn-scroll-top {
		padding: 8px;
	}
	.side-icons a img {
		width: 60px;
	}
}
.counsel-list {
	padding: 50px 20px;
}
.counsel-list .container h3{
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}
.listSwiper {
	height: 300px;
}

.listSwiper .swiper-slide {
	font-size: 15px;
	font-weight: 300;
	display: grid;
	grid-template-columns: 17% 57% 26%;
}
.listSwiper .swiper-slide > * {
	display: block;
	text-align: center;
}
.listSwiper .swiper-slide strong {
	font-weight: 500;
	letter-spacing: 0;
}
.listSwiper .swiper-slide em {
	color: #777;
}

@media (min-width: 860px) {
	.counsel-list {
		padding: 80px 0;
	}
	.counsel-list .container {
		max-width: 500px;
		margin: 0 auto;
	}
	.counsel-list .container h3{
		margin-bottom: 30px;
		font-size: 30px;
	}
	.listSwiper {
		height: 400px;
	}
	.listSwiper .swiper-slide {
		font-size: 18px;
	}
}


.copyright  {
	padding: 40px 20px;
}
.copyright ul {
	max-width: 860px;
	margin: 0 auto;
	font-size: 0;
}
.copyright ul li {
	display: inline-block;
	font-size: 14px;
	padding: 2px 0;
}
.copyright dl dt,
.copyright dl dd {
	display: inline-block;
}
.copyright dl dt {
	position: relative;
	color: #777;
}
.copyright dl dt:after {
	display: inline;
	content: ':';
	margin: 0 5px;
}


.copyright li {
	margin-right: 20px;
}
.hidden-link {
	position: fixed;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}